MyoroInputOnChanged typedef
MyoroInputOnChanged =
void Function(String text)
Function executed when the input changed.
Implementation
typedef MyoroInputOnChanged = void Function(String text);
Function executed when the input changed.
typedef MyoroInputOnChanged = void Function(String text);