bloc property
The bloc
that the BlocBuilderBase
will interact with.
If omitted, BlocBuilderBase
will automatically perform a lookup using
BlocProvider
and the current BuildContext
.
Implementation
final B? bloc;
The bloc
that the BlocBuilderBase
will interact with.
If omitted, BlocBuilderBase
will automatically perform a lookup using
BlocProvider
and the current BuildContext
.
final B? bloc;