AppDropdownItem<T> constructor
const
AppDropdownItem<T> ({})
Implementation
const AppDropdownItem({
required this.value,
required this.label,
this.leading,
this.avatarUrl,
this.initials,
this.subtitle,
});