withoutClear property

bool? withoutClear
final

This enables you to don't show the clear button at the end of the InputField.

The default value is false.

Implementation

final bool? withoutClear;