onSubmitted property

ValueChanged<String>? onSubmitted
final

Callback when the user submits the search (e.g., presses enter).

Implementation

final ValueChanged<String>? onSubmitted;