crossAxisRatio property

double crossAxisRatio
final

The amount of extent this tile is taking in the cross axis, according to the usable cross axis extent. For exemple if crossAxisRatio is 0.5, and the usable cross axis extent is 100. The the tile will have a cross axis extent of 50.

Must be between 0 and 1.

Implementation

final double crossAxisRatio;