inactiveColor property
Color
get
inactiveColor
The color of the inactive (unfilled) track portion.
Implementation
Color get inactiveColor => _inactiveColor;
set
inactiveColor
(Color v)
Sets the inactive track color.
Implementation
set inactiveColor(Color v) {
_inactiveColor = v;
_invalidateCache();
}