ToggleIcon constructor
ToggleIcon({})
Implementation
ToggleIcon({this.value = false, required Widget on, required Widget off, required this.onChanged, this.colorOn, this.colorOff, this.iconSize})
: _onWidget = on,
_offWidget = off;