import package;
import core;
import ui;
import widgets;
import custom_card.dart;
import features;
import co2_emmissions;
import screens;
import step_brogress_bar.dart;
import material.dart;
import flutter_screenutil.dart;
import hugeicons.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:= [
'Morning (6:00 AM - 12:00 PM)',
'Afternoon (12:00 PM - 6:00 PM)',
'Evening (6:00 PM - 12:00 AM)',
'Late Night (12:00 AM - 6:00 AM)',
]
◆ selectedOption
| List<String> selectedOption = [] |