newText property

String newText

The string this edit will insert.

Implementation

_i2.String get newText => _i5.getProperty(
      this,
      'newText',
    );
void newText=(String value)

Implementation

set newText(_i2.String value) {
  _i5.setProperty(
    this,
    'newText',
    value,
  );
}