customTextNotifier property

ValueNotifier<String>? customTextNotifier
final

The ValueNotifier textNotifier for the TextField in search app bar.

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

Implementation

final ValueNotifier<String>? customTextNotifier;