onFieldSubmitted property

dynamic Function(String)? onFieldSubmitted
getter/setter pair

A function triggered when the user submits the text input.

Implementation

Function(String)? onFieldSubmitted;