From 716ce66b4ee5e8dcd8c17f3c77918acbb5232511 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Fri, 19 May 2023 00:33:47 +0530 Subject: [PATCH] increase tap area --- lib/ui/home/memories/full_screen_memory.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/home/memories/full_screen_memory.dart b/lib/ui/home/memories/full_screen_memory.dart index 5c99053b5..23c92adb1 100644 --- a/lib/ui/home/memories/full_screen_memory.dart +++ b/lib/ui/home/memories/full_screen_memory.dart @@ -283,7 +283,7 @@ class _FullScreenMemoryState extends State { return; } final screenWidth = MediaQuery.of(context).size.width; - final edgeWidth = screenWidth * 0.15; // 15% of screen width + final edgeWidth = screenWidth * 0.20; // 20% of screen width if (details.localPosition.dx < edgeWidth) { if (_index > 0) { _pageController!.previousPage(