onToggle property
final
Called when the comms button is toggled. If null, the comms button will not be toggleable.
Implementation
final ValueChanged<bool>? onToggle;
Called when the comms button is toggled. If null, the comms button will not be toggleable.
final ValueChanged<bool>? onToggle;