RunnerStatusChip constructor
const
RunnerStatusChip({
- Key? key,
- required WorkoutRunnerController controller,
- DurationFormatter? format,
- bool showExerciseTimer = true,
- bool showSetTimer = false,
- bool dense = true,
- EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 8),
- bool showIcon = true,
- String? tooltip,
Implementation
const RunnerStatusChip({
super.key,
required this.controller,
this.format,
this.showExerciseTimer = true,
this.showSetTimer = false,
this.dense = true,
this.padding = const EdgeInsets.symmetric(horizontal: 8),
this.showIcon = true,
this.tooltip,
});