menu
pipen package
documentation
bloc/builder/bloc_builder_fetch_nullable.dart
BlocBuilderFetchNullable<B extends FetchBlocStreamable<S>, S>
builder property
builder property
dark_mode
light_mode
builder
property
dynamic Function
(
BuildContext
context
,
FetchState
<
S
>
state
,
B
bloc
,
S?
result
)
builder
final
Implementation
final Function(BuildContext context, FetchState<S> state, B bloc, S? result) builder;
pipen package
documentation
bloc/builder/bloc_builder_fetch_nullable
BlocBuilderFetchNullable<B extends FetchBlocStreamable<S>, S>
builder property
BlocBuilderFetchNullable class