import package;
import material.dart;
import flutter_screenutil.dart;
import core;
import ui;
import widgets;
import custom_card.dart;
import custom_text_form_field.dart;
import operational_details_screen;
import views;
import operational_hours_view.dart;
import step_brogress_bar.dart;
Go to the source code of this file.
◆ _onSelectUseOwnVehicles()
| void _onSelectUseOwnVehicles |
( |
String | option | ) |
|
◆ _onSelectVehicleType()
| void _onSelectVehicleType |
( |
String | option | ) |
|
◆ build()
| override Widget build |
( |
BuildContext | context | ) |
|
◆ selectedVehicleTypes
| final Set<String> selectedVehicleTypes = {} |
◆ useOwnVehicles
◆ vehicleTypes
| final List<String> vehicleTypes |
Initial value: = [
'Petrol cars/vans',
'Diesel cars/vans',
'Electric or hybrid vehicles',
'Other (specify)',
]
Definition at line 21 of file own_vehicles_view.dart.
◆ yesNoOptions
| final List<String> yesNoOptions = ['Yes', 'No'] |