AsyncNotifierBuilder<N extends BaseNotifier<BaseAsyncState<S> > , S extends Object?> constructor
const
AsyncNotifierBuilder<N extends BaseNotifier<BaseAsyncState<S> > , S extends Object?> ({
- required Widget builder(
- BaseAsyncState<
S> state
- BaseAsyncState<
- bool buildWhen(
- BaseAsyncState<
S> previous, - BaseAsyncState<
S> current
- BaseAsyncState<
- N notifier()?,
- void onInit(
- N notifier
- Key? key,
Creates an AsyncNotifierBuilder.
Implementation
const AsyncNotifierBuilder({
required super.builder,
super.buildWhen,
super.notifier,
super.onInit,
super.key,
});