TextCursorCommandResult constructor
const
TextCursorCommandResult({})
Implementation
const TextCursorCommandResult({
required this.cursorOffset,
this.selectionBaseOffset,
this.selectionExtentOffset,
this.changed = true,
});