activeToggleColor property

Color? activeToggleColor
final

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

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

Implementation

final Color? activeToggleColor;