side property

BorderSide? side
final

Overrides the default for ChipAttributes.side, the color and weight of the chip's outline.

This value is combined with shape to create a shape decorated with an outline. If it is a MaterialStateBorderSide, MaterialStateProperty.resolve is used for the following MaterialStates:

This property applies to ActionChip, Chip, ChoiceChip, FilterChip, InputChip, RawChip.

Implementation

final BorderSide? side;