maxWidth property

  1. @override
SizeUnit? maxWidth
final

The maximum width constraint for this item.

The item will not grow beyond this width, even if positioning would allow it.

Implementation

@override
final SizeUnit? maxWidth;