1import 'package:connect/features/co2_emmissions/screens/operational_details_screen/views/operational_hours_view.dart';
2import 'package:flutter/material.dart';
3import 'package:connect/core/ui/widgets/custom_card.dart';
4import 'package:connect/features/co2_emmissions/screens/energy/energy_screen.dart';
5import 'package:connect/features/co2_emmissions/screens/widgets/step_brogress_bar.dart';
6import 'package:flutter/material.dart';
7import 'package:flutter_screenutil/flutter_screenutil.dart';
9import '../../../../../core/ui/widgets/custom_text_form_field.dart';
15 State<SustanableSourcing>
createState() => _SustanableSourcingState();
18class _SustanableSourcingState
extends State<SustanableSourcing> {
20 'Certified organic ingredients',
21 'Fair trade products',
22 'Locally sourced ingredients',
42 Widget
build(BuildContext context) {
43 return SingleChildScrollView(
46 crossAxisAlignment: CrossAxisAlignment.start,
49 width:
double.infinity,
51 decoration: BoxDecoration(
52 color: Colors.green.withOpacity(0.11),
53 borderRadius: BorderRadius.circular(10)),
57 style: Theme.of(context)
60 ?.copyWith(
color: Colors.green),
64 SizedBox(height: 10.sp),
68 crossAxisAlignment: CrossAxisAlignment.start,
74 SizedBox(height: 10.sp),
76 ' Do you actively adjust your menu based on food seasonality or availability?',
77 style: Theme.of(context).textTheme.displaySmall?.copyWith(
81 SizedBox(height: 5.sp),
83 '(Select all that apply):',
84 style: Theme.of(context).textTheme.displaySmall?.copyWith(
85 color: Theme.of(context).hintColor,
89 SizedBox(height: 10.sp),
90 SizedBox(height: 10.sp),
92 physics: NeverScrollableScrollPhysics(),
95 separatorBuilder: (context, index) => SizedBox(height: 10.sp),
96 itemBuilder: (BuildContext context,
int index) {
97 return CustomOptionButton(
106 SizedBox(height: 10.sp),
110 fillColor: Theme.of(context).highlightColor.withOpacity(0.11),
111 controller: TextEditingController(),
const CustomCard({ super.key, required this.child, this.padding, this.bgColor, })
class EnergySavingsMeasure extends StatefulWidget options
List< String > selectedOption
void onSelect(String option)
override Widget build(BuildContext context)