thumbColor property

Color? thumbColor
final

The color of the slider thumb.

This property should be preferred when the background is a simple color. For other cases, such as gradients or images, use the thumbDecoration property.

If the thumbDecoration is used, this property must be null. A background color may still be painted by the thumbDecoration even if this property is null.

Implementation

final Color? thumbColor;