LongpressInput typedef

LongpressInput = ({int durationMs, int? index, String? key, String? text, int timeoutSeconds, String? type, bool usedAt, double? x, double? y})

Input parameters for longpressWidget.

Implementation

typedef LongpressInput = ({
  String? text,
  String? key,
  String? type,
  int? index,
  double? x,
  double? y,
  bool usedAt,
  int timeoutSeconds,
  int durationMs,
});