PlanModeView constructor
const
PlanModeView({
- Key? key,
- required Plan plan,
- PlanStepCallback? onExecuteNext,
- PlanStepCallback? onSkipStep,
- VoidCallback? onExitPlanMode,
- PlanStepReorderCallback? onReorderStep,
Implementation
const PlanModeView({
super.key,
required this.plan,
this.onExecuteNext,
this.onSkipStep,
this.onExitPlanMode,
this.onReorderStep,
});