toggleColor property

Color toggleColor
final

The color to use on the toggle of the switch.

Defaults to Colors.white.

If the activeSwitchBorder or inactiveSwitchBorder is used, this property must be null.

Implementation

final Color toggleColor;