SuccessTextWidget constructor

const SuccessTextWidget(
  1. String message, {
  2. String? followUp,
  3. bool? newParagraph,
})

Implementation

const SuccessTextWidget(this.message, {this.followUp, this.newParagraph});