NormalEvent constructor

NormalEvent(
  1. Offset globalPosition,
  2. Offset? delta
)

Implementation

NormalEvent(this.globalPosition, this.delta);