OnDateSelected class

OnDateSelected

Constructors

OnDateSelected({required DateTime selectedDate, required bool isSelected, required bool isDisabled, required bool hasEvent, required bool isHighlighted, required bool isCurrentDate})
constructor of OnDateSelected

Properties

hasEvent bool
return true if Selected date has event
final
hashCode int
The hash code for this object.
no setterinherited
isCurrentDate bool
return true if Selected date is current day
final
isDisabled bool
return true if Selected date is disabled
final
isHighlighted bool
return true if Selected date is highlighted
final
isSelected bool
return true if Selected date is equal
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedDate DateTime
Selected data on calendar
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