import package;
import core;
import ui;
import widgets;
import custom_text_form_field.dart;
import material.dart;
import flutter_screenutil.dart;
import custom_card.dart;
import features;
import co2_emmissions;
import screens;
import step_brogress_bar.dart;
import operational_details_screen;
import views;
import operational_hours_view.dart;
Go to the source code of this file.
◆ build()
| override Widget build |
( |
BuildContext | context | ) |
|
◆ isSelected()
| bool isSelected |
( |
String | option | ) |
|
◆ onSelect()
| void onSelect |
( |
String | option | ) |
|
◆ options
Initial value:= [
'LED lighting in all areas',
'Energy-efficient HVAC systems (e.g., SEER-certified AC units)',
'Scheduled maintenance for appliances (e.g., refrigerators, ovens)',
'Automatic timers or motion sensors for lighting',
'Solar water heaters',
'Other (specify)',
]
◆ selectedOption
| List<String> selectedOption = [] |