HijriDateRangePickerCellDetails class

Contains the details that needed on calendar cell builder.

See also:

Constructors

HijriDateRangePickerCellDetails({required HijriDateTime date, required Rect bounds, required List<HijriDateTime> visibleDates})
Constructor to store the details that needed on calendar cell builder.

Properties

bounds Rect
Position and size of the widget.
final
date → HijriDateTime
Date value associated with the picker cell in month, year, decade and century views.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibleDates List<HijriDateTime>
Visible dates value associated with the current picker month, year, decade and century views. It is used to get the cell, leading and trailing dates details.
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