menu
dogs_flutter package
documentation
databinding/field_controller.dart
FieldBindingController<T>
setValue abstract method
setValue abstract method
dark_mode
light_mode
setValue
abstract method
void
setValue
(
T?
value
)
Sets the value for this field.
Implementation
void setValue(T? value);
dogs_flutter package
documentation
databinding/field_controller
FieldBindingController<T>
setValue abstract method
FieldBindingController class