NiceTaskbarItem constructor
Implementation
const NiceTaskbarItem({
required this.key,
required this.label,
this.icon,
this.badge,
this.active = false,
this.minimized = false,
});
const NiceTaskbarItem({
required this.key,
required this.label,
this.icon,
this.badge,
this.active = false,
this.minimized = false,
});