minWidth property

  1. @override
SizeUnit? minWidth
final

The minimum width constraint for this flex item. The item will not be sized smaller than this value.

Implementation

@override
final SizeUnit? minWidth;