expansionDuration property

Duration expansionDuration
final

The length of time the slider expansion animation animation should last.

If shrinkageDuration is specified, then expansionDuration is only used when expanding. However, if shrinkageDuration is null, it specifies the duration for both the shrinkage and the expansion animation.

Defaults to 250 milliseconds.

Implementation

final Duration expansionDuration;