DateRangePickerCellDetails class
Contains the details that needed on calendar cell builder.
See also:
- SfDateRangePicker.cellBuilder, which matches this signature.
- SfDateRangePicker, which uses this signature in one of it's callback.
Constructors
-
DateRangePickerCellDetails({required DateTime date, required Rect bounds, required List<
DateTime> visibleDates}) - Constructor to store the details that needed on calendar cell builder.
Properties
- bounds → Rect
-
Position and size of the widget.
final
- date → DateTime
-
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<
DateTime> -
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