stateController property

StreamController<SoundVolumeViewState> stateController
final

stateController A StreamController that emits the state of the SoundVolumeView

Implementation

final stateController = StreamController<SoundVolumeViewState>.broadcast();