cursorLeft abstract method

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

Implementation

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