offLabelColor property
final
The color to use for the accessibility label when the switch is off.
Defaults to Color.fromARGB(255, 179, 179, 179) (or Color.fromARGB(255, 255, 255, 255) in high contrast) when null.
Implementation
final Color? offLabelColor;