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 Total Waste (Food And Non-Food) Do You Generate',
47 style: Theme.of(context).textTheme.displaySmall?.copyWith(
51 SizedBox(height: 10.sp),
54 style: Theme.of(context).textTheme.displaySmall?.copyWith(
58 SizedBox(height: 10.sp),
61 fillColor: Theme.of(context).highlightColor.withOpacity(0.11),
63 padding: EdgeInsets.only(top: 13.sp, right: 10.sp),
66 style: Theme.of(context).textTheme.bodySmall?.copyWith(
67 color: Theme.of(context).colorScheme.primary,