MultipleMarkedDates class

Constructors

MultipleMarkedDates({required List<MarkedDate> markedDates})

Properties

hashCode int
The hash code for this object.
no setterinherited
markedDates List<MarkedDate>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(MarkedDate markedDate) → void
addAll(List<MarkedDate> markedDates) → void
addRange(MarkedDate markedDate, {int plus = 0, int minus = 0}) → void
clear() → void
getColor(DateTime date) Color
getDate(DateTime date) DateTime
getTextStyle(DateTime date) TextStyle?
isMarked(DateTime date) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(MarkedDate markedDate) bool
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited