1import 'package:flutter/material.dart';
2import 'package:flutter_screenutil/flutter_screenutil.dart';
3import '../../widgets/step_brogress_bar.dart';
4import '/core/ui/widgets/custom_card.dart';
5import '/core/ui/widgets/custom_text_form_field.dart';
11 Widget
build(BuildContext context) {
12 return SingleChildScrollView(
15 crossAxisAlignment: CrossAxisAlignment.start,
18 width:
double.infinity,
20 decoration: BoxDecoration(
21 color: Colors.orange.withOpacity(0.11),
22 borderRadius: BorderRadius.circular(10),
27 style: Theme.of(context)
30 ?.copyWith(
color: Colors.orange),
34 SizedBox(height: 10.sp),
38 crossAxisAlignment: CrossAxisAlignment.start,
44 SizedBox(height: 10.sp),
46 'How Much Packaging Waste Do You Generate Monthly (In Kg)?',
47 style: Theme.of(context).textTheme.displaySmall?.copyWith(
51 SizedBox(height: 20.sp),
53 SizedBox(height: 15.sp),
55 SizedBox(height: 15.sp),
57 SizedBox(height: 15.sp),
59 SizedBox(height: 20.sp),
61 'What Percentage Of Your Packaging Waste Is Recycled?',
62 style: Theme.of(context).textTheme.displaySmall?.copyWith(
66 SizedBox(height: 10.sp),
69 fillColor: Theme.of(context).highlightColor.withOpacity(0.11),
71 padding: EdgeInsets.only(top: 13.sp, right: 10.sp),
74 style: Theme.of(context).textTheme.bodySmall?.copyWith(
75 color: Theme.of(context).colorScheme.primary,
92 crossAxisAlignment: CrossAxisAlignment.start,
96 style: Theme.of(context).textTheme.bodySmall,
98 SizedBox(height: 10.sp),
101 fillColor: Theme.of(context).highlightColor.withOpacity(0.11),
103 padding: EdgeInsets.only(top: 13.sp, right: 10.sp),
106 style: Theme.of(context).textTheme.bodySmall?.copyWith(
107 color: Theme.of(context).colorScheme.primary,