activeColor property Null safety

Color? activeColor
final

The color to use when this switch is on.

Defaults to CupertinoColors.systemGreen when null and ignores the CupertinoTheme in accordance to native iOS behavior.

Implementation

final Color? activeColor;