DateType class

DataType is a model that distinguishes the types of dates that are built.

Annotations

Constructors

DateType({bool isFocused = false, bool isSelected = false, bool isRange = false, bool isRangeStart = false, bool isRangeEnd = false, bool isWithinRange = false, bool isOutSide = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isFocused bool
Distinguishes whether the date is focused when the calendar first appears.
final
isOutSide bool
Whether the calendar displayed is out of date for that month.
final
isRange bool
Whether the date range selection excludes the start and end dates.
final
isRangeEnd bool
Whether the end date is when selecting a range
final
isRangeStart bool
Whether the start date is when selecting a range
final
isSelected bool
Whether to select a date.
final
isWithinRange bool
Whether the date was selected when the date range was selected. Contains start and end dates.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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