mainAxisExtent property Null safety

double? mainAxisExtent
final

The extent of each tile in the main axis. If provided it would define the logical pixels taken by each tile in the main-axis.

If null, childAspectRatio is used instead.

Implementation

final double? mainAxisExtent;