GoogleAppsCardV1ImageComponent constructor
      
      GoogleAppsCardV1ImageComponent({ 
    
    
- String? altText,
 - GoogleAppsCardV1BorderStyle? borderStyle,
 - GoogleAppsCardV1ImageCropStyle? cropStyle,
 - String? imageUri,
 
Implementation
GoogleAppsCardV1ImageComponent({
  this.altText,
  this.borderStyle,
  this.cropStyle,
  this.imageUri,
});