setEditableSizeAndTransform method

void setEditableSizeAndTransform(
  1. Size editableBoxSize,
  2. Matrix4 transform
)

Informs the text input control about client position changes.

This method is called on when the input control should position itself in relation to the attached input client.

Implementation

void setEditableSizeAndTransform(Size editableBoxSize, Matrix4 transform) {}