AndroidPointerCoords constructor
Creates an AndroidPointerCoords.
Implementation
const AndroidPointerCoords({
required this.orientation,
required this.pressure,
required this.size,
required this.toolMajor,
required this.toolMinor,
required this.touchMajor,
required this.touchMinor,
required this.x,
required this.y,
});