DialogSelectItem<T> constructor
const
DialogSelectItem<T> ({})
Implementation
const DialogSelectItem({
required this.label,
this.value,
this.description,
this.footer,
this.category,
this.isCurrent = false,
this.isDisabled = false,
this.background,
});