CalendarGridData class
Data structure representing a complete calendar month grid.
Contains all the information needed to render a calendar grid including dates from the current month and overflow dates from adjacent months to fill complete weeks.
Constructors
- CalendarGridData({required int month, required int year})
-
Creates calendar grid data for the specified month and year.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
items
→ List<
CalendarGridItem> -
The list of calendar grid items including current and adjacent month dates.
final
- month → int
-
The month number (1-12) this grid represents.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- year → int
-
The year this grid represents.
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.
override