flex property

int? flex
final

The flex factor to use for this spacer.

If null, defaults to 1. Higher values take more available main-axis space.

Implementation

final int? flex;