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

Go to the source code of this file.

Classes

class  StatefulWidget
class  StatelessWidget

Functions

void onSelect (String option)
bool isSelected (String option)
override Widget build (BuildContext context)

Variables

class OpertaionalHoursView extends StatefulWidget options
List< String > selectedOption = []

Function Documentation

◆ build()

override Widget build ( BuildContext context)

Definition at line 37 of file operational_hours_view.dart.

Here is the call graph for this function:

◆ isSelected()

bool isSelected ( String option)

Definition at line 32 of file operational_hours_view.dart.

◆ onSelect()

void onSelect ( String option)

Definition at line 23 of file operational_hours_view.dart.

Variable Documentation

◆ options

class OpertaionalHoursView extends StatefulWidget 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 = []

Definition at line 21 of file operational_hours_view.dart.