trailing property

BorderSide trailing
final

The border to draw on the trailing side of the span, based on the AxisDirection.

The trailing side of a row is the bottom when Axis.vertical is AxisDirection.down, the trailing side of a column is its right side when the Axis.horizontal is AxisDirection.right.

Implementation

final BorderSide trailing;