CausedBy enum
Describes the interaction state arising directly from the most recent user
action that produced any particular CalendarState.
external
- State arose programmatically / by default / from a user action
outside of the calendar widget itself.
preview
- User is previewing a possible selection change.
drag
- User is dragging on the calendar widget and has not finished yet.
endpointConfirm
- The previous preview has now confirmed a single endpoint
rangeConfirm
- The previous preview/drag is now confirmed/finished.
Values
Properties
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