DateRangeChange class
Bundles up the currently-selected date range, along with the kind of user interaction that caused the change. E.g. we might (and do) want to ignore all dates selected via drag.
Constructors
- DateRangeChange(DatepickerComparison date, Action? cause)
Properties
- cause → Action?
-
final
- date → DatepickerComparison
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited