animationSpeed property

double get animationSpeed

Animation speed multiplier. Default is 1.0 (one full cycle per second). Override this getter to control animation speed.

Implementation

double get animationSpeed => 1.0;