maxWidth property

double? maxWidth
final

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

Implementation

final double? maxWidth;