onSubmitted property

ValueChanged<String>? onSubmitted
final

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

Delegated to the underlying ChipInput. Called with the submitted text value.

Implementation

final ValueChanged<String>? onSubmitted;