minResizableExtent property

double? minResizableExtent
final

If resizable true, the minimum height that the sheet can be. The content of the sheet will be resized to fit the available visible space until this value, after that will be translated keeping this minimum height.

The default value is 0.

Implementation

final double? minResizableExtent;