setCaretRectAndTransform method

void setCaretRectAndTransform(
  1. Rect rect,
  2. Matrix4 transform
)

Informs the text input control about caret area changes.

This method is called when the attached input client's caret area changes.

Implementation

void setCaretRectAndTransform(Rect rect, Matrix4 transform) {}