get_state_manager/src/rx_flutter/rx_obx_widget library

Classes

Obx
A reactive widget that rebuilds whenever the observed state changes.
ObxValue<T extends RxInterface>
A reactive widget similar to Obx, but manages a local state. Pass the initial data in the constructor. This is useful for simple local states, like toggles, visibility, themes, button states, etc.
ObxWidget
The base class for all GetX reactive widgets. This class is used as a foundation for widgets that react to changes in GetX observables.

Typedefs

WidgetCallback = Widget Function()
Callback signature for a widget builder function.