SmartSwitchTheme.primary constructor

SmartSwitchTheme.primary(
  1. BuildContext context
)

Implementation

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