TextContent constructor

TextContent(
  1. String title,
  2. String message,
  3. String summary,
  4. String subtitle,
)

Implementation

TextContent(this.title, this.message, this.summary, this.subtitle);