menu
zerothreesix_flutter package
documentation
riverpod/base_controllers.dart
WatchController<T>
WatchController.new const constructor
WatchController.new const constructor
dark_mode
light_mode
WatchController<
T
>
constructor
const
WatchController<
T
>
(
ProviderListenable
<
T
>
pr
,
Widget
builder
(
T
), {
Key
?
key
,
})
Implementation
const WatchController( this.pr, this.builder, {super.key} );
zerothreesix_flutter package
documentation
riverpod/base_controllers
WatchController<T>
WatchController.new const constructor
WatchController class