GoogleAppsCardV1CardHeader constructor

GoogleAppsCardV1CardHeader({
  1. String? imageAltText,
  2. String? imageType,
  3. String? imageUrl,
  4. String? subtitle,
  5. String? title,
})

Implementation

GoogleAppsCardV1CardHeader({
  this.imageAltText,
  this.imageType,
  this.imageUrl,
  this.subtitle,
  this.title,
});