Skip to content

Commit 472aa24

Browse files
authored
Update gesturedetector.dart
1 parent 79a3caa commit 472aa24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gesturedetector.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//Gesture Detector -
22
GestureDetector(
3+
34
onTap: () {
45
Navigator.push(context,
56
MaterialPageRoute(builder: (context) => Profile()));

0 commit comments

Comments
 (0)