minExtent property
The minimum extent along the resizable axis, in logical pixels.
The effective minimum extent is either the given minimum extent or FResizable.hitRegionExtent, whichever is larger. Defaults to FResizable.hitRegionExtent if not given.
Implementation
final double? minExtent;