AlfredItemMod constructor

const AlfredItemMod({
  1. String? arg,
  2. String? subtitle,
  3. AlfredItemIcon? icon,
  4. bool valid = true,
})

Implementation

const AlfredItemMod({
  this.arg,
  this.subtitle,
  this.icon,
  this.valid = true,
});