onLongPress method
Add onLongPress gesture
Implementation
Widget onLongPress(VoidCallback onLongPress) =>
GestureDetector(onLongPress: onLongPress, child: this);
Add onLongPress gesture
Widget onLongPress(VoidCallback onLongPress) =>
GestureDetector(onLongPress: onLongPress, child: this);