additionalTextEdits property

List<TextEdit> get additionalTextEdits

An optional array of additional {@link TextEdit text edits} that are applied when selecting this color presentation. Edits must not overlap with the main {@link ColorPresentation.textEdit edit} nor with themselves.

Implementation

_i2.List<_i3.TextEdit> get additionalTextEdits => (_i5.getProperty(
      this,
      'additionalTextEdits',
    ) as _i2.List)
        .cast();
set additionalTextEdits (List<TextEdit> value)

Implementation

set additionalTextEdits(_i2.List<_i3.TextEdit> value) {
  _i5.setProperty(
    this,
    'additionalTextEdits',
    value,
  );
}