SetTextHandler typedef

SetTextHandler = void Function(String text)

Signature for the SemanticsAction.setText handlers to replace the current text with the input text.

Implementation

typedef SetTextHandler = void Function(String text);