bloc property

B? bloc
final

The bloc whose state will be listened to. Whenever the bloc's state changes, listener will be invoked.

Implementation

final B? bloc;