bloc property

B? bloc
final

The bloc that the BlocSelector will interact with. If omitted, BlocSelector will automatically perform a lookup using BlocProvider and the current BuildContext.

Implementation

final B? bloc;