searchController property

TextEditingController? searchController
final

Controls the text being edited.

If null, this widget will create its own TextEditingController.

Implementation

final TextEditingController? searchController;