widthRatio property
final
Primary to secondary width ratio
Default is 0.4 Meaning, primary widget will have 40% of available space and secondary will get 60%. If the maxPrimaryWidth parameter is not null, then the minimum of the width after calculating the ratio and maxPrimaryWidth will be used to set the widgets' width in split mode.
Implementation
final double widthRatio;