minWidth property
The minimum width constraint.
The child will not be sized smaller than this width, even if layout constraints would suggest otherwise.
Implementation
final SizeUnit? minWidth;
The minimum width constraint.
The child will not be sized smaller than this width, even if layout constraints would suggest otherwise.
final SizeUnit? minWidth;