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