menu
getwidget package
documentation
components/checkbox/gf_checkbox.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;
getwidget package
documentation
components/checkbox/gf_checkbox
GFCheckbox
onChanged property
GFCheckbox class