menu
itwo_flutter_base package
documentation
widget/widget_ext.dart
WidgetExt
onLongPress method
onLongPress method
dark_mode
light_mode
onLongPress
method
InkWell
onLongPress
(
VoidCallback
onLongPress
)
Implementation
InkWell onLongPress(VoidCallback onLongPress) => InkWell(onLongPress: onLongPress, child: this);
itwo_flutter_base package
documentation
widget/widget_ext
WidgetExt
onLongPress method
WidgetExt extension on
Widget