inactiveColor property
Color
get
inactiveColor
The color of the indicator when inactive.
Implementation
Color get inactiveColor => _inactiveColor;
set
inactiveColor
(Color v)
Sets the inactive color and invalidates the paint cache.
Implementation
set inactiveColor(Color v) {
_inactiveColor = v;
_invalidateCache();
}