InputValueChanged<String> typedef
InputValueChanged<String> =
void Function(String value)
Implementation
typedef InputValueChanged<String> = void Function(String value);
typedef InputValueChanged<String> = void Function(String value);