Posts by Mabel • 11 points
2 posts
-
0
votes1
answer40
viewsA: How can I use Gesture with Gridview?
You can cover the Container, dps of the return with the Gesture Detector Widget. Q ai the whole container will become a kind of clickable object. And you add onTap and put a Navigator on it for the…
-
0
votes2
answers448
viewsA: How to remove back arrow from home screen (flutter)?
AppBar( automaticallyImplyLeading: false, );