TapInput typedef
TapInput = ({int? describeRef, int? index, String? key, String? text, int timeoutSeconds, String? type, bool usedAt, double? x, double? y})
Input parameters for tapWidget.
Implementation
typedef TapInput = ({
String? text,
String? key,
String? type,
int? index,
double? x,
double? y,
bool usedAt,
int? describeRef,
int timeoutSeconds,
});