menu
flutter_clx_base package
documentation
widget/get_widget.dart
GFCheckbox
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
bool
>
?
onChanged
final
Called when the user checks or unchecks the checkbox.
Implementation
final ValueChanged<bool>? onChanged;
flutter_clx_base package
documentation
widget/get_widget
GFCheckbox
onChanged property
GFCheckbox class