minWidth property

double? minWidth
final

If the availabel width is smaller than minWidth, a horizontal scrollable list will be created to ensure that the rows and columns have at least minWidth of available width.

Implementation

final double? minWidth;