AppDropdown<T> constructor
const
AppDropdown<T> ({})
Implementation
const AppDropdown({
super.key,
this.value,
required this.hint,
required this.items,
required this.builder,
this.onChanged,
this.validator,
this.fillColor,
this.vPadding,
this.width,
this.searchController,
this.searchMatchFn,
});