getLocalRectForCaret abstract method

Rect getLocalRectForCaret(
  1. TextPosition position
)

Returns the Rect in local coordinates for the caret at the given text position.

Implementation

Rect getLocalRectForCaret(TextPosition position);