PanEvent class abstract

A pan event.

Inheritance

Constructors

PanEvent()

Properties

deltaX int
Change in the host's content's horizontal position associated with this event, in pixels.
no setterinherited
deltaY int
Change in the host's content's vertical position associated with this event, in pixels.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isBottom bool
Whether it is a bottom border pan.
no setter
isLeft bool
Whether it is a left border pan.
no setter
isPanning bool
Whether any of the border pan.
no setter
isRight bool
Whether it is a right border pan.
no setter
isTop bool
Whether it is a top border pan.
no setter
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