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.

Inheritance
Available extensions

Values

external → const CausedBy
preview → const CausedBy
drag → const CausedBy
endpointConfirm → const CausedBy
rangeConfirm → const CausedBy

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CausedBy>
A constant List of the values in this enum, in order of their declaration.