curve property
- @Deprecated('Use animationStyle instead. ' 'This feature was deprecated after v3.38.0-0.2.pre.')
final
The curve of the expansion animation.
Defaults to Curves.ease.
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 curve;