getCaretPrototype method

  1. @override
Rect getCaretPrototype(
  1. TextPosition position
)
override

Returns the Rect of the caret prototype at the given text position. Rect starts at origin.

Implementation

@override
Rect getCaretPrototype(TextPosition position) => _caretPrototype;