create static method

Implementation

static Future<LongPressHandler> create() async {
  return LongPressHandler._(
    dragContext: await DragContext.instance(),
    menuContext: await MenuContext.instance(),
  );
}