MotionEvent.zero constructor

const MotionEvent.zero({
  1. required MotionType type,
})

Implementation

const MotionEvent.zero({required this.type})
    : x = 0,
      y = 0,
      z = 0;