bloc property

B? bloc
final

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

Implementation

final B? bloc;