onDoubleTap method
Wraps widget with double tap gesture
Implementation
Widget onDoubleTap(VoidCallback? onDoubleTap) =>
GestureDetector(onDoubleTap: onDoubleTap, child: this);
Wraps widget with double tap gesture
Widget onDoubleTap(VoidCallback? onDoubleTap) =>
GestureDetector(onDoubleTap: onDoubleTap, child: this);