clear method

void clear()
inherited

Clear the text.

Implementation

void clear() {
  text = '';
}