We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d984512 commit ac7715aCopy full SHA for ac7715a
lib/src/core/photo_view_core.dart
@@ -340,7 +340,7 @@ class PhotoViewCoreState extends State<PhotoViewCore>
340
onTapUp: widget.onTapUp != null
341
? (details) => widget.onTapUp!(context, details, value)
342
: null,
343
- onTapDown: widget.onTapUp != null
+ onTapDown: widget.onTapDown != null
344
? (details) => widget.onTapDown!(context, details, value)
345
346
);
0 commit comments