GoogleAppsCardV1ImageComponent constructor

GoogleAppsCardV1ImageComponent({
  1. String? altText,
  2. GoogleAppsCardV1BorderStyle? borderStyle,
  3. GoogleAppsCardV1ImageCropStyle? cropStyle,
  4. String? imageUri,
})

Implementation

GoogleAppsCardV1ImageComponent({
  this.altText,
  this.borderStyle,
  this.cropStyle,
  this.imageUri,
});