bodyRatio property

double? bodyRatio
final

Defines the fractional ratio of body to the secondaryBody.

For example 0.3 would mean body takes up 30% of the available space and secondaryBody takes up the rest.

If this value is null, the ratio is defined so that the split axis is in the center of the screen.

Implementation

final double? bodyRatio;