CommandHintTextWidget.command constructor

const CommandHintTextWidget.command(
  1. String command, {
  2. bool? newParagraph,
})

Implementation

const CommandHintTextWidget.command(this.command, {this.newParagraph})
  : message = null;