leadingWeight property

int? leadingWeight
final

Determines the proportional weight (flex) of the leading widget.

If null or 0, the leading widget's preferred size is used.

Implementation

final int? leadingWeight;