SimplePickerItem<T> constructor
const
SimplePickerItem<T> ({})
Implementation
const SimplePickerItem({
required this.title,
this.value,
this.onTap,
this.enabled = true,
this.subtitle,
this.leading,
super.key,
});