inactiveThumbColor property

Color? inactiveThumbColor
final

The color to use on the thumb when this switch is off.

Defaults to the colors described in the Material design specification.

Ignored if this switch is created with Switch.adaptive.

If thumbColor returns a non-null color in the default state, it will be used instead of this color.

Implementation

final Color? inactiveThumbColor;