CommandBox constructor

const CommandBox(
  1. CommandModel command, {
  2. Key? key,
})

Implementation

const CommandBox(this.command, {super.key});