OptimizedLocationDropdown<T> constructor
const
OptimizedLocationDropdown<T> ({})
Implementation
const OptimizedLocationDropdown({
super.key,
required this.items,
required this.getDisplayName,
this.getSubtitle,
this.getLeadingIcon,
this.onItemSelected,
this.selectedItem,
this.hintText,
this.maxHeight = 300.0,
});