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 'What Percentage Of Your Food Waste Is',
47 style: Theme.of(context).textTheme.displaySmall?.copyWith(
51 SizedBox(height: 20.sp),
53 SizedBox(height: 15.sp),
55 SizedBox(height: 15.sp),
67 crossAxisAlignment: CrossAxisAlignment.start,
71 style: Theme.of(context).textTheme.bodySmall,
73 SizedBox(height: 10.sp),
76 fillColor: Theme.of(context).highlightColor.withOpacity(0.11),
78 padding: EdgeInsets.only(top: 13.sp, right: 10.sp),
81 style: Theme.of(context).textTheme.bodySmall?.copyWith(
82 color: Theme.of(context).colorScheme.primary,