removeText property

num? removeText

Describes the number of characters to remove from the new line's indentation.

Implementation

_i2.num? get removeText => _i5.getProperty(
      this,
      'removeText',
    );
void removeText=(num? value)

Implementation

set removeText(_i2.num? value) {
  _i5.setProperty(
    this,
    'removeText',
    value ?? _i6.undefined,
  );
}