reset method
void
reset()
Reset the input to empty.
Implementation
void reset() {
_value = <String>[];
_invalidateWrappedLines();
position = 0;
}
Reset the input to empty.
void reset() {
_value = <String>[];
_invalidateWrappedLines();
position = 0;
}