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