additionalTextEdits property
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();