Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
own_vehicles_view.dart File Reference
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;
Include dependency graph for own_vehicles_view.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

void _onSelectUseOwnVehicles (String option)
void _onSelectVehicleType (String option)
override Widget build (BuildContext context)

Variables

class OwnVehiclesView extends StatefulWidget useOwnVehicles
final Set< String > selectedVehicleTypes = {}
final List< String > yesNoOptions = ['Yes', 'No']
final List< String > vehicleTypes

Function Documentation

◆ _onSelectUseOwnVehicles()

void _onSelectUseOwnVehicles ( String option)

Definition at line 28 of file own_vehicles_view.dart.

Here is the caller graph for this function:

◆ _onSelectVehicleType()

void _onSelectVehicleType ( String option)

Definition at line 34 of file own_vehicles_view.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 45 of file own_vehicles_view.dart.

Here is the call graph for this function:

Variable Documentation

◆ selectedVehicleTypes

final Set<String> selectedVehicleTypes = {}

Definition at line 18 of file own_vehicles_view.dart.

◆ useOwnVehicles

class OwnVehiclesView extends StatefulWidget 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']

Definition at line 20 of file own_vehicles_view.dart.