Component used: Chip/ToggleChip/SplitToggleChip
Version used: alpha21
The Chip family (Chip/CompactChip/ToggleChip/SplitToggleChip) are all defaulting to fillMaxWidth and as a result will not swap contents by default. Given a chip is a container it is probably more natural to have it's size fit the contents by default and allow developers to set .width()/.fillMaxWidth() as they need.
Description
Component used: Chip/ToggleChip/SplitToggleChip Version used: alpha21
The Chip family (Chip/CompactChip/ToggleChip/SplitToggleChip) are all defaulting to fillMaxWidth and as a result will not swap contents by default. Given a chip is a container it is probably more natural to have it's size fit the contents by default and allow developers to set .width()/.fillMaxWidth() as they need.