InputInput typedef

InputInput = ({int? index, String? key, String? text, String textToEnter, String? type})

Input parameters for enterText.

Implementation

typedef InputInput = ({
  String? text,
  String? key,
  String? type,
  int? index,
  String textToEnter,
});