CustomSwitch constructor
Implementation
const CustomSwitch({
Key key,
this.value,
this.onChanged,
this.activeColor = Colors.green,
this.baseColor = Colors.grey,
this.inactiveColor = Colors.red,
}) : super(key: key);
const CustomSwitch({
Key key,
this.value,
this.onChanged,
this.activeColor = Colors.green,
this.baseColor = Colors.grey,
this.inactiveColor = Colors.red,
}) : super(key: key);