SwipeInput typedef

SwipeInput = ({String? at, String direction, int? distance, String? key, String? text, String? type})

Input parameters for runSwipe.

Implementation

typedef SwipeInput = ({
  String direction, // already lowercased + validated
  String? key,
  String? text,
  String? type,
  String? at,
  int? distance,
});