maxExtent property
The maximum height to use when displaying the widget.
This value will be clamped to be as maximum the parent container's height
The default value is double.infinity.
Implementation
final double? maxExtent;
The maximum height to use when displaying the widget.
This value will be clamped to be as maximum the parent container's height
The default value is double.infinity.
final double? maxExtent;