activeColor property
The color to use when this switch is on.
If thumbColor returns a non-null color in the MaterialState.selected state, it will be used instead of this color.
Implementation
final Color? activeColor;
The color to use when this switch is on.
If thumbColor returns a non-null color in the MaterialState.selected state, it will be used instead of this color.
final Color? activeColor;