maxWidth property
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;
The maximum width constraint.
The child will not be sized larger than this width, even if layout constraints would allow it.
final SizeUnit? maxWidth;