SmartSwitchTheme.neutral constructor

SmartSwitchTheme.neutral(
  1. BuildContext context
)

Implementation

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