widgets/context_observer library

Classes

ContextObserver
A reactive widget that rebuilds automatically when any used Observable changes.

Typedefs

ContextObserverBuilder = Widget Function(BuildContext context)
Signature for the widget-building function used by ContextObserver.