explicitly state type
This commit is contained in:
@@ -202,7 +202,7 @@ class _MobileListenerWidgetState extends State<_MobileListenerWidget> {
|
|||||||
widget.inputHandler
|
widget.inputHandler
|
||||||
.handle(TouchEvent(TouchEventType.doubleTap, null, null));
|
.handle(TouchEvent(TouchEventType.doubleTap, null, null));
|
||||||
},
|
},
|
||||||
onScaleStart: (event) async {
|
onScaleStart: (ScaleStartDetails event) async {
|
||||||
widget.inputHandler.handle(ScaleStartEvent(
|
widget.inputHandler.handle(ScaleStartEvent(
|
||||||
numPointers: event.pointerCount,
|
numPointers: event.pointerCount,
|
||||||
localFocalPoint: (
|
localFocalPoint: (
|
||||||
|
|||||||
Reference in New Issue
Block a user