style property

BorderStyle style
final

The style of this side of the border. Default to BorderStyle.solid

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

Implementation

final BorderStyle style;