TextTemplate constructor

TextTemplate(
  1. String text,
  2. Link link, {
  3. List<Button>? buttons,
  4. String? buttonTitle,
  5. String objectType = "text",
})

Implementation

TextTemplate(this.text, this.link,
    {this.buttons, this.buttonTitle, this.objectType = "text"});