GoogleAppsCardV1TextParagraph constructor

GoogleAppsCardV1TextParagraph({
  1. int? maxLines,
  2. String? text,
  3. String? textSyntax,
})

Implementation

GoogleAppsCardV1TextParagraph({this.maxLines, this.text, this.textSyntax});