insertTextPlaceholder method

void insertTextPlaceholder(
  1. Size size
)

Requests that the client add a text placeholder to reserve visual space in the text.

For example, this is called when responding to UIKit requesting a text placeholder be added at the current selection, such as when requesting additional writing space with iPadOS14 Scribble.

Implementation

void insertTextPlaceholder(Size size) {}