MyoroInputOnFieldSubmitted typedef

MyoroInputOnFieldSubmitted = void Function(String text)

Function executed when the enter key is pressed.

Implementation

typedef MyoroInputOnFieldSubmitted = void Function(String text);