PointerEventRecord constructor
- Duration timeDelay,
- List<
PointerEvent> events
Creates a pack of PointerEvents.
Implementation
PointerEventRecord(this.timeDelay, this.events);
Creates a pack of PointerEvents.
PointerEventRecord(this.timeDelay, this.events);