menu
kaeru package
documentation
foundation/prop.dart
Prop<T>
call method
call method
dark_mode
light_mode
call
method
T
call
(
)
Retrieves the current value of
_ref
.
Implementation
T call() => _ref.value;
kaeru package
documentation
foundation/prop
Prop<T>
call method
Prop class