BoxTextWidget constructor

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

Implementation

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