ratio property

double? ratio
final

The ratio used to place the children.

For example if ratio is 16.0/9.0, children must be placed in a rectangle box with dimensions width/height respecting 16.0/9.0.

Implementation

final double? ratio;