import package;
import features;
import co2_emmissions;
import screens;
import operational_details_screen;
import views;
import operational_hours_view.dart;
import material.dart;
import flutter_screenutil.dart;
import core;
import ui;
import widgets;
import custom_card.dart;
import custom_text_form_field.dart;
import step_brogress_bar.dart;
Go to the source code of this file.
◆ _buildHeader()
| Widget _buildHeader |
( |
BuildContext | context | ) |
|
◆ _onSelect()
| void _onSelect |
( |
String | option | ) |
|
◆ build()
| override Widget build |
( |
BuildContext | context | ) |
|
◆ options
Initial value:= [
'Municipal sewage system',
'Septic tank',
'On-site treatment plant',
'Other (specify)',
]
◆ selectedOptions
| List<String> selectedOptions = [] |