OnChange typedef

OnChange = void Function(String? value)

Implementation

typedef OnChange = void Function(String? value);