thumbColor property

set thumbColor (Color color)

Implementation

set thumbColor(Color color) {
  this.thumbColorState = NikuState.all(color);
}