inactiveToggleColor property

Color? inactiveToggleColor
final

The color to use on the toggle of the switch when the given value is false.

If activeToggleColor is used and this property is null. the value of Colors.white will be used.

Implementation

final Color? inactiveToggleColor;