WarningTextWidget constructor

const WarningTextWidget(
  1. String message, {
  2. bool? newParagraph,
})

Implementation

const WarningTextWidget(this.message, {this.newParagraph});