WidgetsData TypesTextEditEventTextEditEventinterface TextEditEvent { /** * The text that was edited in the input component. */ characters: string}