SetTextHandler typedef Null safety
Signature for the SemanticsAction.setText handlers to replace the
current text with the input text.
Implementation
typedef SetTextHandler = void Function(String text);
Signature for the SemanticsAction.setText handlers to replace the
current text with the input text.
typedef SetTextHandler = void Function(String text);