Gesture Detector in Row- Flutter
In flutter, GestureDetector is a commonly used widget. It is simply a widget that detects gestures. It can be used to wrap other widgets that you want to be clickable. This enables us to create custom buttons and custom clickable widgets. However, wh...
detuksa.com3 min read