initState method
Initializes the state of the AudioModeSelectDialog
Implementation
@override
void initState() {
super.initState();
valueChoose = widget.currentAudioMode;
}
Initializes the state of the AudioModeSelectDialog
@override
void initState() {
super.initState();
valueChoose = widget.currentAudioMode;
}