StartPlanPage constructor

const StartPlanPage({
  1. Key? key,
  2. required DailyPlan dailyPlan,
  3. required int currentIndex,
})

Implementation

const StartPlanPage({Key? key,required this.dailyPlan,required this.currentIndex}) : super(key: key);