PointerData class
Data about the current pointer position.
Used to track mouse/pointer location in the app.
Constructors
- PointerData({required Offset position})
- Creates pointer data with the given position.
Properties
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.
override