menu
the_flutter_ui package
documentation
ui/action.dart
ActionX<T extends Widget>
onLongPress method
onLongPress method
dark_mode
light_mode
onLongPress
method
Material
onLongPress
(
GestureLongPressCallback
?
onLongPress
)
Implementation
Material onLongPress(GestureLongPressCallback? onLongPress) => action(onClick: onLongPress);
the_flutter_ui package
documentation
ui/action
ActionX<T extends Widget>
onLongPress method
ActionX extension on T