onChanged property

ValueChanged<bool>? onChanged
final

Callback when the toggle state changes.

Implementation

final ValueChanged<bool>? onChanged;