menu
awesome_extensions package
documentation
awesome_extensions.dart
GestureDetectorExtensions
onLongPress method
onLongPress method
dark_mode
light_mode
onLongPress
method
Widget
onLongPress
(
dynamic
function
()
)
Implementation
Widget onLongPress(Function() function) => GestureDetector(onLongPress: function, child: this);
awesome_extensions package
documentation
awesome_extensions
GestureDetectorExtensions
onLongPress method
GestureDetectorExtensions extension on
Widget