menu
neomage package
documentation
ui/widgets/plan_mode_view.dart
PlanPhase
PlanPhase.new constructor
PlanPhase.new constructor
dark_mode
light_mode
PlanPhase
constructor
PlanPhase
(
{
required
String
name
,
required
List
<
PlanStep
>
steps
,
})
Implementation
PlanPhase({required this.name, required this.steps});
neomage package
documentation
ui/widgets/plan_mode_view
PlanPhase
PlanPhase.new constructor
PlanPhase class