Intermediate
Flutter
Q65 / 100
What is the key difference between InkWell and GestureDetector?
Correct! Well done.
Incorrect.
The correct answer is B) InkWell shows a Material ink splash ripple effect on tap; GestureDetector detects gestures without any visual feedback
B
Correct Answer
InkWell shows a Material ink splash ripple effect on tap; GestureDetector detects gestures without any visual feedback
Explanation
GestureDetector detects gestures with no visual feedback. InkWell extends this with Material Design ink ripple animations on tap. Use InkWell inside Material widgets for visual feedback; use GestureDetector when you control the visual response yourself.
Progress
65/100