bloc property

T? bloc
finalinherited

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

Implementation

final B? bloc;