buildDropDownDialog property Null safety
final
See SearchChoices class.
Implementation
final Widget Function(
Widget titleBar,
Widget searchBar,
Widget list,
Widget closeButton,
BuildContext dropDownContext,
)? buildDropDownDialog;