Command constructor

const Command({
  1. String? name,
  2. String? label,
  3. String? i18n,
  4. IconData? icon,
  5. LockType lock = LockType.command,
})

Implementation

const Command({this.name, this.label, this.i18n, this.icon, this.lock = LockType.command});