TapEvent constructor
TapEvent({})
Implementation
TapEvent({
required this.localPosition,
required this.globalPosition,
required this.animateToBase,
required this.runEffect,
});
TapEvent({
required this.localPosition,
required this.globalPosition,
required this.animateToBase,
required this.runEffect,
});