NiceDesktopIcon constructor
Implementation
const NiceDesktopIcon({
required this.key,
required this.label,
required this.icon,
this.type = NiceDesktopIconType.app,
this.gridCol,
this.gridRow,
});
const NiceDesktopIcon({
required this.key,
required this.label,
required this.icon,
this.type = NiceDesktopIconType.app,
this.gridCol,
this.gridRow,
});