AlfredItemIcon constructor

const AlfredItemIcon({
  1. required String path,
  2. AlfredItemIconType? type,
})

Implementation

const AlfredItemIcon({
  required this.path,
  this.type,
});