python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Flutter - create a Container under a Row of container
I have a Wrap with different containers inside with a GestureDetector and a text as child (each container has a different text inside than the others),
I would like onTap for each container to create ...
CastoldiG
Votes: 0
Answers: 1
Flutter GestureDetector, how to implement onTap Function?
I want to implement the OnTap in the Gesture Detector, i just cant figure out how... Originally i had the OnTap in the Inkwell, but it didnt work, since it didnt "entered" to that function a...
Nakedwildman
Votes: 0
Answers: 2
GestureDetector ontap functionality on invisible space
I am pretty new to flutter so excuse my noobish question but how do I expand the GestureDetector to the invisible space, so even if the user clicks on the highlighted area it registers and executes th...
Abhay
Votes: 0
Answers: 2
How do I implement correctly`HitTestBehavior.translucent`in a gesture detector?
given the code below
import 'package:flutter/material.dart';
Future<void> _showMyDialog(BuildContext context) async => showDialog<void>(
context: context,
builder: (context...
aoatmon
Votes: 0
Answers: 1