TimeModelBindingState class

InheritedWidget State class

Inheritance

Constructors

TimeModelBindingState()

Properties

context BuildContext
The location in the tree where this widget builds.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
lastPeriod DayPeriod
The last DayPeriod value
getter/setter pair
mounted bool
Whether this State object is currently in a tree.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected SelectedInput
Whether the hour is currently being selected/changed
getter/setter pair
time Time
initial time
getter/setter pair
widget TimeModelBinding
The current configuration.
no setterinherited

Methods

activate() → void
Called when this object is reinserted into the tree after having been removed via deactivate.
inherited
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
checkIfWithinRange(DayPeriod other) bool
Check if time is within range. Used to disable AM/PM. Example: if user provided minHour as 9 and maxHour as 21, then the user should only be able to toggle AM/PM for 9am and 9pm
deactivate() → void
Called when this object is removed from the tree.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
didChangeDependencies() → void
Called when a dependency of this State object changes.
inherited
didPeriodChange() bool
Whether the DayPeriod changed or not
didUpdateWidget(covariant TimeModelBinding oldWidget) → void
Called whenever the widget configuration changes.
inherited
dispose() → void
Called when this object is removed from the tree permanently.
inherited
initState() → void
Called when this object is inserted into the tree.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAmPmChange(DayPeriod e) → void
Change handler for DayPeriod
onCancel({dynamic result}) → dynamic
Handler to close the picker
onHourChange(double value) → void
Change handler for the hour
onMinuteChange(double value) → void
Change handler for the minute
onOk() → dynamic
onChange handler. Return TimeOfDay
onSecondChange(double value) → void
Change handler for the second
onSelectedInputChange(SelectedInput newValue) → void
Change handler for hourIsSelected
onTimeChange(double value) → dynamic
Change handler for picker
reassemble() → void
Called whenever the application is reassembled during debugging, for example during hot reload.
inherited
setState(VoidCallback fn) → void
Notify the framework that the internal state of this object has changed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited