disabled constant

AutofillConfiguration const disabled

An AutofillConfiguration that indicates the AutofillClient does not wish to be autofilled.

Implementation

static const AutofillConfiguration disabled = AutofillConfiguration._(
  enabled: false,
  uniqueIdentifier: '',
  currentEditingValue: TextEditingValue.empty,
);