selectAnimation property

AnimationStyle? selectAnimation
final

If selectAnimation with duration or reverse duration is provided, it will be used to override the chip select and unselect animation durations. If it is null, then default duration will be 195ms.

Implementation

final AnimationStyle? selectAnimation;