AlertOnlyMessage constructor

const AlertOnlyMessage({
  1. Key? key,
  2. String? text,
  3. String? titleText,
  4. Widget? contentText,
  5. Widget? content,
  6. Widget? title,
})

Implementation

const AlertOnlyMessage(
    {super.key,
    this.text,
    this.titleText,
    this.contentText,
    this.content,
    this.title});