currentAutofillScope property

  1. @override
AutofillScope? currentAutofillScope
override

The AutofillScope this TextInputClient belongs to, if any.

It should return null if this TextInputClient does not need autofill support. For a TextInputClient that supports autofill, returning null causes it to participate in autofill alone.

See also:

Implementation

@override
AutofillScope? get currentAutofillScope => null;