minScrollableWidthRatio property

double? minScrollableWidthRatio
final

Minimum scrollable width ratio in relation to the width of a table. Minimum scrollable width limits the space that can be taken up by frozen columns. If a resulting scrollable width is less than the minimum width, columns will be unfrozen according to freeze priority until scrollable width is greater than or equal the minimum.

Defaults to the inverse of the golden ratio.

Implementation

final double? minScrollableWidthRatio;