AtomicDropdownItem<T> constructor
const
AtomicDropdownItem<T> ({})
Implementation
const AtomicDropdownItem({
required this.value,
required this.label,
this.subtitle,
this.leading,
this.trailing,
this.enabled = true,
});