bloc property

AnyAnimatedButtonBloc<Input, Output, Failure>? bloc
finalinherited

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

Implementation

final B? bloc;