1import 'package:flutter/material.dart';
2import 'package:flutter_screenutil/flutter_screenutil.dart';
4import '../../../../../core/ui/widgets/custom_card.dart';
5import '../../operational_details_screen/views/operational_hours_view.dart';
6import '../../widgets/step_brogress_bar.dart';
12 State<WaterRecyclingView>
createState() => _WaterRecyclingViewState();
15class _WaterRecyclingViewState
extends State<WaterRecyclingView> {
26 Widget
build(BuildContext context) {
27 return SingleChildScrollView(
30 crossAxisAlignment: CrossAxisAlignment.start,
33 width:
double.infinity,
35 decoration: BoxDecoration(
36 color: Colors.blue.withOpacity(0.11),
37 borderRadius: BorderRadius.circular(10),
42 style: Theme.of(context)
45 ?.copyWith(
color: Colors.blue),
49 SizedBox(height: 10.sp),
53 crossAxisAlignment: CrossAxisAlignment.start,
59 SizedBox(height: 10.sp),
61 'Do You Reuse Or Recycle Any Water In Your Operations?',
62 style: Theme.of(context).textTheme.displaySmall?.copyWith(
66 SizedBox(height: 20.sp),
80 SizedBox(height: 20.sp),
82 'What Percentage Of Your Total Water Consumption Is Reused Or Recycled?',
83 style: Theme.of(context).textTheme.displaySmall?.copyWith(
87 SizedBox(height: 10.sp),
89 padding:
const EdgeInsets.only(bottom: 10),
90 child: CustomOptionButton(
const CustomCard({ super.key, required this.child, this.padding, this.bgColor, })
override Widget build(BuildContext context)
String selectedPercentage
final List< String > percentages
class WaterRecyclingView extends StatefulWidget recyclingEnabled