activeColor property

Color activeColor
final

The active color of the small rectangles within the activity indicator.

The activity indicator (spinner) contains tickCount stationary rectangles and these ticks' colors are animated between the activeColor and inactiveColor colors, thus creating a perceived rotation of the object.

Defaults to a grey color, #9D9D9D

Implementation

final Color activeColor;