menu
quds_ui_kit package
documentation
buttons/quds_checkbox.dart
QudsCheckbox
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
dynamic Function
(
bool
newValue
)
?
onChanged
final
Called when this checkbox value changes.
Implementation
final Function(bool newValue)? onChanged;
quds_ui_kit package
documentation
buttons/quds_checkbox
QudsCheckbox
onChanged property
QudsCheckbox class