wrapSelectionDocumentCommand method
TextCommandResult
wrapSelectionDocumentCommand(
- TextDocument document, {
- required String before,
- String? after,
Implementation
TextCommandResult wrapSelectionDocumentCommand(
TextDocument document, {
required String before,
String? after,
}) {
return textWrapSelection(
document: document,
state: this,
before: before,
after: after,
);
}