How do you know where the inkwell is tapped in flutter?
up vote
0
down vote
favorite
I have an app that should have a different functionality if the user double taps on the right side of the InkWell
and on the left side of the InkWell
, but I don't see any way of doing that, so could someone help me do that.
dart flutter flutter-layout
New contributor
add a comment |
up vote
0
down vote
favorite
I have an app that should have a different functionality if the user double taps on the right side of the InkWell
and on the left side of the InkWell
, but I don't see any way of doing that, so could someone help me do that.
dart flutter flutter-layout
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have an app that should have a different functionality if the user double taps on the right side of the InkWell
and on the left side of the InkWell
, but I don't see any way of doing that, so could someone help me do that.
dart flutter flutter-layout
New contributor
I have an app that should have a different functionality if the user double taps on the right side of the InkWell
and on the left side of the InkWell
, but I don't see any way of doing that, so could someone help me do that.
dart flutter flutter-layout
dart flutter flutter-layout
New contributor
New contributor
New contributor
asked Nov 21 at 22:36
Coder
62
62
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
This is not doable with InkWell. Instead you can use Listener, a lower layer, to detect where the pointed landed.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
This is not doable with InkWell. Instead you can use Listener, a lower layer, to detect where the pointed landed.
add a comment |
up vote
0
down vote
This is not doable with InkWell. Instead you can use Listener, a lower layer, to detect where the pointed landed.
add a comment |
up vote
0
down vote
up vote
0
down vote
This is not doable with InkWell. Instead you can use Listener, a lower layer, to detect where the pointed landed.
This is not doable with InkWell. Instead you can use Listener, a lower layer, to detect where the pointed landed.
answered Nov 21 at 23:04
Rémi Rousselet
21.3k23269
21.3k23269
add a comment |
add a comment |
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Coder is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53421398%2fhow-do-you-know-where-the-inkwell-is-tapped-in-flutter%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown