StateExt<T> extension

Extension methods for the StateMixin class.

on

Methods

obx(NotifierBuilder<T?> widget, {Widget onError(String? error)?, Widget? onLoading, Widget? onEmpty, WidgetBuilder? onCustom}) Widget
Builds a widget based on the current state.