onDoubleTap method
Wraps the widget in a GestureDetector and handles double tap events.
Implementation
Widget onDoubleTap(VoidCallback onDoubleTap) =>
GestureDetector(onDoubleTap: onDoubleTap, child: this);
Wraps the widget in a GestureDetector and handles double tap events.
Widget onDoubleTap(VoidCallback onDoubleTap) =>
GestureDetector(onDoubleTap: onDoubleTap, child: this);