Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
time_ranges_field.dart File Reference
import package;
import core;
import localization;
import app_localizations.dart;
import features;
import collections;
import domain;
import entities;
import collection_entity.dart;
import presentation;
import logic;
import proposed_times_cubit;
import proposed_times_cubit.dart;
import material.dart;
import flutter_bloc.dart;
import flutter_screenutil.dart;
import hugeicons.dart;
Include dependency graph for time_ranges_field.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

class TimeRangeField extends StatefulWidget initState ()
const TimeRangeField ({ super.key, required this.selectedTimeRange, required this.onPickTimeRange, })
final Function (ProposedTimeEntity pickedTimeRange) onPickTimeRange
override State< TimeRangeFieldcreateState ()
override Widget build (BuildContext context)
 _adaptChilftoState (ProposedTimesState state, BuildContext context)

Variables

final ProposedTimeEntity selectedTimeRange

Function Documentation

◆ _adaptChilftoState()

_adaptChilftoState ( ProposedTimesState state,
BuildContext context )

Definition at line 47 of file time_ranges_field.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 32 of file time_ranges_field.dart.

◆ createState()

override State< TimeRangeField > initState::createState ( )
Here is the call graph for this function:

◆ Function()

final initState::Function ( ProposedTimeEntity pickedTimeRange)
Here is the caller graph for this function:

◆ initState()

class TimeRangeField extends StatefulWidget initState ( )

Definition at line 10 of file time_ranges_field.dart.

Here is the call graph for this function:

◆ TimeRangeField()

const initState::TimeRangeField ( { super.key, required this.selectedTimeRange, required this.onPickTimeRange, } )
Here is the caller graph for this function:

Variable Documentation

◆ selectedTimeRange

final ProposedTimeEntity selectedTimeRange

Definition at line 33 of file time_ranges_field.dart.