SwitchTheme constructor
const
SwitchTheme({})
Creates a SwitchTheme.
All parameters are optional and will use framework defaults when null. The theme can be applied to individual switches or globally through the component theme system.
Implementation
const SwitchTheme({
this.activeColor,
this.inactiveColor,
this.activeThumbColor,
this.inactiveThumbColor,
this.gap,
this.borderRadius,
});