state_x library

Enums

StateXType

Typedefs

CallBuilder = Widget Function(BuildContext context, FluxSnapshot snapshot)
CallError = Widget Function(Exception error)
CallLoading = Widget Function()
CallState = Widget Function()
NewStateX = _StateX<T> Function<T>(T state)
StateObsListener = dynamic Function(StateXType type, Object? state)
StateXNotifierObserver = dynamic Function(Object? state, int key, {String? observerKey})
StateXObserver = dynamic Function(StateXType type, Object? state, int ownerCode)