1import 'package:connect/core/ui/widgets/custom_card.dart';
2import 'package:connect/features/co2_emmissions/screens/energy/energy_screen.dart';
3import 'package:connect/features/co2_emmissions/screens/widgets/step_brogress_bar.dart';
4import 'package:flutter/material.dart';
5import 'package:flutter_screenutil/flutter_screenutil.dart';
11 Widget
build(BuildContext context) {
12 return SingleChildScrollView(
15 crossAxisAlignment: CrossAxisAlignment.start,
18 width:
double.infinity,
20 decoration: BoxDecoration(
21 color: Colors.green.withOpacity(0.11),
22 borderRadius: BorderRadius.circular(10)),
26 style: Theme.of(context)
29 ?.copyWith(
color: Colors.green),
33 SizedBox(height: 10.sp),
37 crossAxisAlignment: CrossAxisAlignment.start,
43 SizedBox(height: 10.sp),
45 'What is the total weight of ingredients purchased monthly (in kg)?',
46 style: Theme.of(context).textTheme.displaySmall?.copyWith(
50 SizedBox(height: 10.sp),