bloc property

B? bloc
finalinherited

bloc that has the state. If it's null, it will be infered from BuildContext

Implementation

final B? bloc;