onDoubleTap method
Implementation
GestureDetector onDoubleTap(GestureTapCallback onDoubleTap, {Key? key}) =>
gestureDetector(onDoubleTap: onDoubleTap, key: key);
GestureDetector onDoubleTap(GestureTapCallback onDoubleTap, {Key? key}) =>
gestureDetector(onDoubleTap: onDoubleTap, key: key);