import package;
import features;
import co2_emmissions;
import screens;
import operational_details_screen;
import views;
import operational_hours_view.dart;
import material.dart;
import core;
import ui;
import widgets;
import custom_card.dart;
import energy;
import energy_screen.dart;
import step_brogress_bar.dart;
import flutter_screenutil.dart;
import custom_text_form_field.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:= [
'Certified organic ingredients',
'Fair trade products',
'Locally sourced ingredients',
'Other (specify)'
]
◆ selectedOption
| List<String> selectedOption = [] |