side property

BorderSide side
final

The border outline's color and weight.

If side is BorderSide.none, which is the default, an outline is not drawn. Otherwise the outline is centered over the shape's boundary.

Implementation

final BorderSide side;