CalendarDayBuilderModel class

Model used for DayBuilder

Annotations

Constructors

CalendarDayBuilderModel({required DateTime? dateTime, required bool isInCurrentMonth, required bool isSelected, required bool isWeekend, bool isOutOfRange = false})
const

Properties

dateTime DateTime?
Specific DateTime of the day.
final
hashCode int
The hash code for this object.
no setteroverride
isInCurrentMonth bool
If true the day is inside the current selected month.
final
isOutOfRange bool
If true the day is before the minimumDay or after the maximumDay. If no minimumDay or maximumDay are chosen the value is false
final
isSelected bool
If true the day is selected.
final
isWeekend bool
If true the day is one day of the weekend.
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.
override