maxWidth property

double? maxWidth
final

max width of FlexGrid, it's max width of row. if it's null, we will use LayoutBuilder to get maxwidth. but if it's in NestedScrollView body or SliverFillRemaining, LayoutBuilder will rebuild everytime when scroll.(height is changed,but width is not). it will has performance problem.

Implementation

final double? maxWidth;