ToggleIcon.icon constructor
ToggleIcon.icon({})
Implementation
ToggleIcon.icon({required IconData iconData, this.value = false, this.iconSize, this.colorOn, this.colorOff, required this.onChanged})
: _onWidget = iconData.icon(),
_offWidget = iconData.icon();