flex property

int? flex
final

The flex factor to use for this child.

If null, defaults to 1. Higher values take more space in the main axis.

Implementation

final int? flex;