setValue method
Implementation
void setValue(String value) { // Sets the value programmatically
if (_state == null) return;
_state!._handlePaste(value, 0);
}
void setValue(String value) { // Sets the value programmatically
if (_state == null) return;
_state!._handlePaste(value, 0);
}