autofillHints property

Iterable<String>? autofillHints
final

Hints for autofill services.

Provides suggestions to autofill services about what type of content this text area expects (e.g., address, email, etc.).

Implementation

final Iterable<String>? autofillHints;