onSecondaryLongPress method

Widget onSecondaryLongPress(
  1. GestureLongPressUpCallback function
)

Wrap the widget in GestureDetector widget with setting onSecondaryLongPress.

Implementation

Widget onSecondaryLongPress(GestureLongPressUpCallback function) =>
    modifier(GestureDetectorModifier(onSecondaryLongPress: function));