NiceToolbarItem constructor
Implementation
const NiceToolbarItem({
required this.id,
required this.icon,
this.label,
this.tooltip,
this.enabled = true,
this.selected = false,
this.type = NiceToolbarItemType.button,
});
const NiceToolbarItem({
required this.id,
required this.icon,
this.label,
this.tooltip,
this.enabled = true,
this.selected = false,
this.type = NiceToolbarItemType.button,
});