PointerSignal constructor

const PointerSignal({
  1. required PointerSignalType type,
  2. required int pointerId,
  3. required Offset position,
  4. required int timestampMs,
  5. required PointerDeviceKind kind,
})

Implementation

const PointerSignal({
  required this.type,
  required this.pointerId,
  required this.position,
  required this.timestampMs,
  required this.kind,
});