shape property
final
Overrides the default for ChipAttributes.shape, the shape of border to draw around the chip.
This shape is combined with side to create a shape decorated with an outline. If it is a WidgetStateOutlinedBorder, WidgetStateProperty.resolve is used for the following WidgetStates:
- WidgetState.disabled.
- WidgetState.selected.
- WidgetState.hovered.
- WidgetState.focused.
- WidgetState.pressed.
This property applies to ActionChip, Chip, ChoiceChip, FilterChip, InputChip, RawChip.
Implementation
final OutlinedBorder? shape;