RunnerStatusAppBar constructor
const
RunnerStatusAppBar({})
Implementation
const RunnerStatusAppBar({
super.key,
required this.controller,
this.format,
this.showExerciseTimer = true,
this.showSetTimer = false,
this.centerTitle = false,
this.actions,
this.leading,
this.height = kToolbarHeight,
this.fallbackTitle = 'Workouts',
});