onChanged property

ValueChanged<bool>? onChanged
final

Whenever the value of this ToggleButton should change

Implementation

final ValueChanged<bool>? onChanged;