menu
awidgets package
documentation
fields/a_field_checkbox.dart
AFieldCheckBoxState
setValue method
setValue method
dark_mode
light_mode
setValue
method
void
setValue
(
bool
?
value
)
override
Implementation
void setValue(bool? value) { setState(() { this.value = value; }); }
awidgets package
documentation
fields/a_field_checkbox
AFieldCheckBoxState
setValue method
AFieldCheckBoxState class