ValueChanged typedef

ValueChanged = dynamic Function(String value)

Implementation

typedef ValueChanged = Function(String value);