flex property

int? flex
final

The flex factor to use for this child.

If null, defaults to 1. Higher values take proportionally more of the available main axis space.

Implementation

final int? flex;