duration property
- @Deprecated('Use animationStyle instead. ' 'This feature was deprecated after v3.38.0-0.2.pre.')
final
The duration of the expansion animation.
Defaults to a duration of 200ms.
This property is deprecated, use animationStyle instead.
Implementation
@Deprecated(
'Use animationStyle instead. '
'This feature was deprecated after v3.38.0-0.2.pre.',
)
final Duration duration;