maxWidth property

SizeUnit? maxWidth
final

The maximum width constraint.

The child will not be sized larger than this width, even if layout constraints would allow it.

Implementation

final SizeUnit? maxWidth;