stateController property
stateController A StreamController that emits the state of the SoundVolumeView
Implementation
final stateController = StreamController<SoundVolumeViewState>.broadcast();
stateController A StreamController that emits the state of the SoundVolumeView
final stateController = StreamController<SoundVolumeViewState>.broadcast();