Color of the thumb. Mustn't be null.
Color get color => _color;
set color(Color value) { if (color == value) { return; } _color = value; notifyListeners(); }