borderStyle property

BorderStyle? borderStyle
final

The style of this side of the chip's border.

To omit a side, set borderStyle to BorderStyle.none. This skips painting the border, but the border still has a borderWidth.

Implementation

final BorderStyle? borderStyle;