DayState constructor
const
DayState({})
Creates a DayState with the given cell flags and models.
Implementation
const DayState({
required this.date,
required this.isSelected,
required this.isToday,
required this.isDisabled,
required this.isInRange,
required this.isRangeStart,
required this.isRangeEnd,
this.markedModel,
});