Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
energy_savings_measure_view.dart File Reference
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;
Include dependency graph for energy_savings_measure_view.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

void onSelect (String option)
bool isSelected (String option)
override Widget build (BuildContext context)

Variables

class EnergySavingsMeasure extends StatefulWidget options
List< String > selectedOption = []

Function Documentation

◆ build()

override Widget build ( BuildContext context)

Definition at line 42 of file energy_savings_measure_view.dart.

Here is the call graph for this function:

◆ isSelected()

bool isSelected ( String option)

Definition at line 37 of file energy_savings_measure_view.dart.

◆ onSelect()

void onSelect ( String option)

Definition at line 28 of file energy_savings_measure_view.dart.

Here is the caller graph for this function:

Variable Documentation

◆ options

class EnergySavingsMeasure extends StatefulWidget 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 = []

Definition at line 26 of file energy_savings_measure_view.dart.