animation property

Animation<double> animation
final

Determines the scale of the indicator.

When animation is 0, the indicator is not present. The indicator scales in as animation grows from 0 to 1.

Implementation

final Animation<double> animation;