maxHeight property

double? maxHeight
final

The maximum height of this AnimatedOverflow. This value is only considered if animatedOverflowDirection is AnimatedOverflowDirection.VERTICAL and it should not be null.

Implementation

final double? maxHeight;