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