stateController property

  1. @protected
BehaviorSubject<FastMediaLayoutBlocState> stateController
finalinherited

The state controller.

Implementation

@protected
final BehaviorSubject<S> stateController = BehaviorSubject<S>();