side property

BorderSide? side
final

The color and width of the checkbox's border.

If this property is null, then the side defaults to a one pixel wide black, solid border.

Implementation

final BorderSide? side;