13 Widget
build(BuildContext context) {
14 return CustomScaffold(
15 title:
'CO₂ emissions',
20 bgColor: Theme.of(context).colorScheme.primary,
23 'Ready to take action? Let’s calculate your CO₂emissions today!',
24 style: Theme.of(context).textTheme.displaySmall?.copyWith(
25 color: Theme.of(context).colorScheme.onPrimary,
29 SizedBox(height: 20.sp),
32 style: Theme.of(context).textTheme.displaySmall,
34 SizedBox(height: 15.sp),
38 label:
'Operational Details',
39 icon: HugeIcons.strokeRoundedSettings02,
41 context.push(Routes.operationalDetails.route);
44 SizedBox(height: 15.sp),
49 icon: HugeIcons.strokeRoundedEnergy,
51 context.push(Routes.energy.route);
54 SizedBox(height: 15.sp),
59 icon: HugeIcons.strokeRoundedRestaurant02,
61 context.push(Routes.food.route);
64 SizedBox(height: 15.sp),
69 icon: HugeIcons.strokeRoundedWaste,
71 context.push(Routes.waste.route);
74 SizedBox(height: 15.sp),
79 icon: HugeIcons.strokeRoundedContainerTruck01,
81 context.push(Routes.transport.route);
84 SizedBox(height: 15.sp),
89 icon: HugeIcons.strokeRoundedRainDrop,
91 context.push(Routes.water.route);