reverseCurve property

  1. @Deprecated('Use animationStyle instead. ' 'This feature was deprecated after v3.38.0-0.2.pre.')
Curve? reverseCurve
final

The reverse curve of the expansion animation.

If null, uses curve in both directions.

This property is deprecated, use animationStyle instead.

Implementation

@Deprecated(
  'Use animationStyle instead. '
  'This feature was deprecated after v3.38.0-0.2.pre.',
)
final Curve? reverseCurve;