onChanged property
A handler function that is passed the toggle value when the widget is tapped.
Implementation
final ValueChanged<bool> onChanged;
A handler function that is passed the toggle value when the widget is tapped.
final ValueChanged<bool> onChanged;