1import 'package:flutter/material.dart';
2import 'package:flutter_screenutil/flutter_screenutil.dart';
4import '../../../../../core/ui/widgets/custom_card.dart';
5import '../../energy/energy_screen.dart';
6import '../../widgets/step_brogress_bar.dart';
12 Widget
build(BuildContext context) {
13 return SingleChildScrollView(
16 crossAxisAlignment: CrossAxisAlignment.start,
19 width:
double.infinity,
21 decoration: BoxDecoration(
22 color: Colors.blue.withOpacity(0.11),
23 borderRadius: BorderRadius.circular(10),
28 style: Theme.of(context)
31 ?.copyWith(
color: Colors.blue),
35 SizedBox(height: 10.sp),
39 crossAxisAlignment: CrossAxisAlignment.start,
45 SizedBox(height: 10.sp),
47 'What Is Your Total Monthly Water Consumption?',
48 style: Theme.of(context).textTheme.displaySmall?.copyWith(
52 SizedBox(height: 20.sp),
54 label:
'Monthly Water Consumption',