stateController property

  1. @protected
BehaviorSubject<FastThemeBlocState> stateController
finalinherited

Implementation

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