QuickRunner constructor
const
QuickRunner({
- Key? key,
- required WorkoutRunnerController controller,
- List<
WorkoutPlan> ? plans, - void onFinished()?,
- Route<
void> runnerRouteBuilder(- BuildContext context,
- WorkoutPlan plan
Implementation
const QuickRunner({
super.key,
required this.controller,
this.plans,
this.onFinished,
this.runnerRouteBuilder,
});