maxExtent property

double? maxExtent
final

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;