bodyRatio property
Defines the fractional ratio of body to the secondaryBody.
For example 0.3 would mean body takes up 30% of the available space andsecondaryBody takes up the rest.
If this value is null, the ratio is defined so that the split axis is in the center of the app window when there is no hinge and surrounding the hinge when there is one.
Implementation
final double? bodyRatio;