bloc property
B?
bloc
finalinherited
The bloc
whose state
will be listened to.
Whenever the bloc
's state
changes, listener
will be invoked.
Implementation
final B? bloc;
The bloc
whose state
will be listened to.
Whenever the bloc
's state
changes, listener
will be invoked.
final B? bloc;