SwitchComponent constructor
const
SwitchComponent({})
Implementation
const SwitchComponent(
{this.initialValue = false,
this.onChanged,
this.color = Colors.blue,
this.checkedIconData,
this.uncheckedIconData,
Key? key})
: super(key: key);