defaultClearable static method
The default clearable callback that always returns false.
Implementation
static bool defaultClearable(TextEditingValue _) => false;
The default clearable callback that always returns false.
static bool defaultClearable(TextEditingValue _) => false;