GoogleAppsCardV1Image constructor

GoogleAppsCardV1Image({
  1. String? altText,
  2. String? imageUrl,
  3. GoogleAppsCardV1OnClick? onClick,
})

Implementation

GoogleAppsCardV1Image({
  this.altText,
  this.imageUrl,
  this.onClick,
});