minScrollableWidth property

double? minScrollableWidth
final

Minimum scrollable width that may not be taken up by frozen columns. If a resulting scrollable width is less than this property, columns will be unfrozen according to freeze priority until scrollable width is greater than or equal to this property.

If null, the minScrollableWidthRatio is used to calculate the minimum scrollable width, otherwise this property takes priority.

Implementation

final double? minScrollableWidth;