UNavAction<T> constructor
const
UNavAction<T> ({})
Implementation
const UNavAction({
required this.label,
required this.value,
this.icon,
this.isDestructive = false,
this.enabled = true,
});