thumbColor property

Color get thumbColor

Implementation

Color get thumbColor => _thumbColor;
set thumbColor (Color v)

Implementation

set thumbColor(Color v) {
  _thumbColor = v;
  _invalidateCache();
}