cursorRight abstract method

void cursorRight({
  1. CursorBoundary boundary = CursorBoundary.character,
  2. bool select = false,
})

Implementation

void cursorRight({
  CursorBoundary boundary = CursorBoundary.character,
  bool select = false,
});