mainViewFlex property

double? mainViewFlex
final

Ratio of the split for the main view (left side). This is set to 1 by default.

For example, setting a value of 1 for mainViewFlex and 2 for subViewFlex would give the main view 1/3 of the split while sub view would get 2/3 of the split when showSubView is true.

Implementation

final double? mainViewFlex;