widgets/widgets
library
Classes
-
Obx
-
A widget that automatically rebuilds when any Rx value used in the builder changes
-
ZenBuilder<T extends ZenController>
-
A widget that automatically rebuilds when a ZenController calls update().
-
ZenConsumer<T>
-
Widget that efficiently accesses dependencies from the current scope
with automatic caching to avoid repeated lookups on rebuilds
-
ZenEffectBuilder<T>
-
A widget that responds to different states of a ZenEffect.
-
ZenRoute
-
A stateful widget that creates a ZenScope, initializes a ZenModule,
and provides the scope to its child widget tree.
-
ZenScopeWidget
-
A widget that provides a ZenScope to its descendants.
-
ZenView<T extends ZenController>
-
Base class for views with automatic controller binding.