SoundTimerPanelControls constructor
const
SoundTimerPanelControls({
- Key? key,
- required SoundTimerPanelState state,
- required VoidCallback onUpdate,
- required bool isDarkMode,
Implementation
const SoundTimerPanelControls({
super.key,
required this.state,
required this.onUpdate,
required this.isDarkMode,
});