autocomplete property

String? autocomplete

What kind of autocomplete is supported by a control.

Implementation

String? get autocomplete => _properties['autocomplete'] as String?;