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:= [
'Less than 20 days',
'20-25 days',
'More than 25 days',
]
◆ selectedOption
| List<String> selectedOption = [] |