PointerEventRecord constructor

PointerEventRecord(
  1. Duration timeDelay,
  2. List<PointerEvent> events
)

Creates a pack of PointerEvents.

Implementation

PointerEventRecord(this.timeDelay, this.events);