RunnerStatusBottomBar constructor
const
RunnerStatusBottomBar({
- Key? key,
- required WorkoutRunnerController controller,
- DurationFormatter? format,
- bool showExerciseTimer = true,
- bool showSetTimer = false,
- bool showIcon = true,
- double height = 56,
- String? tooltip,
Implementation
const RunnerStatusBottomBar({
super.key,
required this.controller,
this.format,
this.showExerciseTimer = true,
this.showSetTimer = false,
this.showIcon = true,
this.height = 56,
this.tooltip,
});