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:= [
'Grid electricity (provided by Saudi Electricity Company - SEC) (Allow API integration for direct data entry if using SEC smart meters)',
'Onsite solar panels or renewable sources',
'Diesel generator (backup or primary source)',
'Other (specify)',
]
◆ selectedOption
| List<String> selectedOption = [] |