ToggleText.text constructor
ToggleText.text({})
Implementation
ToggleText.text({required String title, this.value = false, this.colorOn, this.colorOff, required this.onChanged, this.fontSize, this.onPrimary = false})
: _onWidget = title.text(),
_offWidget = title.text();