SmartSwitchTheme constructor

SmartSwitchTheme({
  1. required Color selectedColor,
})

Implementation

SmartSwitchTheme({required this.selectedColor});