MySelectorItem<T> constructor
const
MySelectorItem<T> ({})
Implementation
const MySelectorItem({
required this.value,
required this.title,
this.subtitle,
this.leading,
this.badges,
this.enabled = true,
});