BasicTimeSelectorConfig class

Configuration for BasicTimeSelector

Constructors

BasicTimeSelectorConfig({bool showOnlyFromCurrentType = false, bool showOnlyToCurrentType = false, int minuteStep = 1, TimeOfDay? startTime, TimeOfDay? endTime})
const

Properties

endTime TimeOfDay?
The end date when generating times
final
hashCode int
The hash code for this object.
no setterinherited
minuteStep int
Interval for the generated minutes (must be a divider of 60)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showOnlyFromCurrentType bool
Shows only the times from the selected currentTime
final
showOnlyToCurrentType bool
Shows only the times to the selected currentTime
final
startTime TimeOfDay?
The start date when generating times
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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