clear method

void clear()

Clear the controller value

Implementation

void clear() {
  controller?.clear();
  onChanged('');
}