provided library
Classes
- Provided
-
ProvidedBox<
T> - A container that sits at the top of the provider tree that can be updated from within the tree.
Extensions
Functions
-
consume<
T> (BuildContext context, [void exec(T value)?]) → T? -
Reprovide<
T> (BuildContext context, {bool listen = true, required Widget child}) → Widget