thumbColor property Null safety
final
The color of the thumb.
If this color is null:
- Slider will use activeColor.
- CupertinoSlider will have a white thumb (like the native default iOS slider).
Implementation
final Color? thumbColor;
The color of the thumb.
If this color is null:
final Color? thumbColor;