StateExtension<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

Available on StateMixin<T>, provided by the StateExtension extension

Builds a widget based on the current state.