maxWidth property

  1. @override
SizeUnit? maxWidth
final

The maximum width constraint for this flex item. The item will not be sized larger than this value.

Implementation

@override
final SizeUnit? maxWidth;