DayValues class

Constructors

DayValues({required DateTime day, required String text, required bool isSelected, required bool isFirstDayOfWeek, required bool isLastDayOfWeek, DateTime? selectedMinDate, DateTime? selectedMaxDate, required DateTime minDate, required DateTime maxDate})

Properties

day DateTime
The current day in layout
final
hashCode int
The hash code for this object.
no setterinherited
isFirstDayOfWeek bool
The first day in the row for each week
final
isLastDayOfWeek bool
The last day in the row for each week, but just the item seven
final
isSelected bool
If the item is select or not
final
maxDate DateTime
The max date
final
minDate DateTime
The min date
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedMaxDate DateTime?
The max date selected
final
selectedMinDate DateTime?
The min date selected If rangeMode is false the rangeMinDate is the date selected (don't use rangeMaxDate)
final
text String
The text (day)
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