onLongPressedDown method

Widget onLongPressedDown(
  1. GestureLongPressDownCallback? longPress
)

Implementation

Widget onLongPressedDown(GestureLongPressDownCallback? longPress) =>
    GestureDetector(
      child: this,
      onLongPressDown: longPress,
    );