CommandHintTextWidget constructor

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

Implementation

const CommandHintTextWidget(
  this.message, {
  required this.command,
  this.newParagraph,
});