XBCalendarDay class
Constructors
- XBCalendarDay({required DateTime dateTime, required bool isEnable, required bool isToday, bool isMark = false})
Properties
- dateTime → DateTime
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEnable → bool
-
final
- isInRange ↔ bool
-
getter/setter pair
- isMark ↔ bool
-
getter/setter pair
- isSelected ↔ bool
-
getter/setter pair
- isSelectedEnd ↔ bool
-
getter/setter pair
- isSelectedStart ↔ bool
-
getter/setter pair
- isToday ↔ bool
-
getter/setter pair
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited