searchController property
The TextEditingController used for searchable dropdowns. If this is null, then it'll perform as a normal dropdown without searching feature.
Implementation
final TextEditingController? searchController;
The TextEditingController used for searchable dropdowns. If this is null, then it'll perform as a normal dropdown without searching feature.
final TextEditingController? searchController;