ContextX<S> extension

on

Properties

isDisposed bool
no setter

Methods

bloc<R extends Bloc<S>>() → R?
Get a Bloc that exists in an ancestor widget
blocBuilder<R extends Bloc<S>>({Key? key, required DataBuilder<S> onState, BusyBuilder<S>? onBusy, ErrorBuilder? onError}) Widget
blocState<R extends Bloc<S>>() → S?
Get the current Bloc.state from a Bloc that exists in an ancestor widget
blocValue<R extends Bloc<S>>() → S?