autofillClient property

AutofillClient? autofillClient
finalinherited

The AutofillClient that controls this input field's autofill behavior.

When null, this widget's EditableTextState will be used as the AutofillClient. This property may override autofillHints.

Implementation

final AutofillClient? autofillClient;