InfoTextWidget constructor

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

Implementation

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