iconAnimationDuration property

Duration? iconAnimationDuration
final

If null, animationDuration is taken.

iconAnimationDuration defines the duration of the Animation built in animatedIconBuilder. In some constructors this is the Duration of the size animation.

Implementation

final Duration? iconAnimationDuration;