RunnerStatusBottomBar constructor

const RunnerStatusBottomBar({
  1. Key? key,
  2. required WorkoutRunnerController controller,
  3. DurationFormatter? format,
  4. bool showExerciseTimer = true,
  5. bool showSetTimer = false,
  6. bool showIcon = true,
  7. double height = 56,
  8. 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,
});