customHasText property

ValueNotifier<bool>? customHasText
final

Read only ValueNotifier for the TextField in search app bar.

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

Implementation

final ValueNotifier<bool>? customHasText;