DayItemProperties class final

Class with properties for building custom day item widget.

For making CrCalendar constructor more readable and smaller.

Used in DayItemBuilder typedef.

Constructors

DayItemProperties({required int dayNumber, required bool isInMonth, required bool isCurrentDay, required int notFittedEventsCount, required bool isSelected, required bool isInRange, required bool isFirstInRange, required bool isLastInRange})

Properties

dayNumber int
final
hashCode int
The hash code for this object.
no setterinherited
isCurrentDay bool
final
isFirstInRange bool
final
isInMonth bool
final
isInRange bool
final
isLastInRange bool
final
isSelected bool
final
notFittedEventsCount int
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