autofillHints static method

TextField autofillHints(
  1. Iterable<String> hints
)

Implementation

static TextField autofillHints(
  Iterable<String> hints,
) =>
    TextField(autofillHints: hints);