menu
dogs_flutter package
documentation
databinding/bindings/bool.dart
BoolBindingFieldController
getValue method
getValue method
dark_mode
light_mode
getValue
method
@
override
bool
?
getValue
(
)
override
Gets the current value of this field.
Implementation
@override bool? getValue() { return valueListenable.value; }
dogs_flutter package
documentation
databinding/bindings/bool
BoolBindingFieldController
getValue method
BoolBindingFieldController class