SmartSwitchTheme.primary constructor
SmartSwitchTheme.primary(
- BuildContext context
Implementation
factory SmartSwitchTheme.primary(BuildContext context) => SmartSwitchTheme(
selectedColor: _theme(context).primary.main,
);