leading property

BorderSide leading
final

The border to draw on the leading side of the span.

The leading side of a row is the top when Axis.vertical is AxisDirection.down, the leading side of a column is its left side when the Axis.horizontal is AxisDirection.right.

Implementation

final BorderSide leading;