AppDropdown<T> constructor
const
AppDropdown<T> ({})
Implementation
const AppDropdown({
super.key,
required this.label,
this.value,
required this.items,
required this.itemLabelBuilder,
required this.onChanged,
this.isLabelVisible = true,
});