defaultClearable static method

bool defaultClearable(
  1. TextEditingValue _
)

The default clearable callback that always returns false.

Implementation

static bool defaultClearable(TextEditingValue _) => false;