customSubmitNotifier property

ValueNotifier<String>? customSubmitNotifier
final

The ValueNotifier submitNotifier for the TextField in search app bar.

If null, will be created default one. Use submitNotifier getter to access or subscribe to this field.

Implementation

final ValueNotifier<String>? customSubmitNotifier;