PrePoint class

Constructors

PrePoint({Duration timeStamp = Duration.zero, int pointer = 0, PointerDeviceKind kind = PointerDeviceKind.touch, int device = 0, Offset position = Offset.zero, Offset delta = Offset.zero, int buttons = kPrimaryButton, bool obscured = false, double pressure = 0, double pressureMin = 1, double pressureMax = 1, double distanceMax = 0, double distanceMin = 0, double size = 0, double radiusMajor = 0, double radiusMinor = 0, double radiusMin = 0, double radiusMax = 0, double orientation = 0, double tilt = 0, int platformData = 0, bool synthesized = false, int embedderId = 0, Offset localPosition = Offset.zero, Offset localDelta = Offset.zero})
const

Properties

buttons int
final
delta Offset
final
device int
final
distanceMax double
final
distanceMin double
final
embedderId int
final
hashCode int
The hash code for this object.
no setterinherited
kind PointerDeviceKind
final
localDelta Offset
final
localPosition Offset
final
obscured bool
final
orientation double
final
platformData int
final
pointer int
final
position Offset
final
pressure double
final
pressureMax double
final
pressureMin double
final
radiusMajor double
final
radiusMax double
final
radiusMin double
final
radiusMinor double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
final
synthesized bool
final
tilt double
final
timeStamp Duration
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