minWidth property

SizeUnit? minWidth
final

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;