borderStyle property
The style of this side of the border.
To omit a side, set style
to BorderStyle.none. This skips
painting the border, but the border still has a width.
Implementation
final BorderStyle? borderStyle;
The style of this side of the border.
To omit a side, set style
to BorderStyle.none. This skips
painting the border, but the border still has a width.
final BorderStyle? borderStyle;