thumbColor property
Color
get
thumbColor
The color of the thumb indicator.
Implementation
Color get thumbColor => _thumbColor;
set
thumbColor
(Color v)
Sets the thumb color.
Implementation
set thumbColor(Color v) {
_thumbColor = v;
_invalidateCache();
}