explicitly state type

This commit is contained in:
Nick Fisher
2025-05-10 09:07:52 +08:00
parent 12a96cceee
commit 97da08ae8b

View File

@@ -202,7 +202,7 @@ class _MobileListenerWidgetState extends State<_MobileListenerWidget> {
widget.inputHandler
.handle(TouchEvent(TouchEventType.doubleTap, null, null));
},
onScaleStart: (event) async {
onScaleStart: (ScaleStartDetails event) async {
widget.inputHandler.handle(ScaleStartEvent(
numPointers: event.pointerCount,
localFocalPoint: (