GoogleAppsCardV1TextParagraph constructor

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

Implementation

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