clearText property

VoidCallback? clearText
final

Clear the text field content.

Called by clear button in renderers (e.g., Cupertino clear button). Clears text while preserving focus.

Implementation

final VoidCallback? clearText;