DoubleTapInput typedef

DoubleTapInput = ({int? index, String? key, String? text, int timeoutSeconds, String? type, double? x, double? y})

Input parameters for doubleTap.

Implementation

typedef DoubleTapInput = ({
  String? text,
  String? key,
  String? type,
  int? index,
  double? x,
  double? y,
  int timeoutSeconds,
});