GestureEventInit constructor
GestureEventInit({})
Implementation
GestureEventInit({
bool bubbles = false,
bool cancelable = false,
this.state = '',
this.direction = '',
this.rotation = 0.0,
this.deltaX = 0.0,
this.deltaY = 0.0,
this.velocityX = 0.0,
this.velocityY = 0.0,
this.scale = 0.0,
})
: super(bubbles: bubbles, cancelable: cancelable);