SearchList constructor
const
SearchList({})
Implementation
const SearchList({
Key? key,
this.dropdownListColor = Colors.grey,
this.dropdownListShadowColor = Colors.grey,
this.dropdownListWidth,
this.dropdownListItemTextStyle,
required this.onSelect,
required this.dropdownListMargin,
}) : super(key: key);