increase tap area
This commit is contained in:
parent
f47b3e0a42
commit
716ce66b4e
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class _FullScreenMemoryState extends State<FullScreenMemory> {
|
|||
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(
|
||||
|
|
Loading…
Add table
Reference in a new issue