menu
binder package
documentation
testing.dart
MockScope
onClear property
onClear property
dark_mode
light_mode
onClear
property
void Function<
T
>
(
StateRef
<
T
>
ref
)
?
onClear
getter/setter pair
Called when
clear
is called.
Implementation
void Function<T>(StateRef<T> ref)? onClear;
binder package
documentation
testing
MockScope
onClear property
MockScope class