GoogleAppsCardV1ImageCropStyle constructor

GoogleAppsCardV1ImageCropStyle({
  1. double? aspectRatio,
  2. String? type,
})

Implementation

GoogleAppsCardV1ImageCropStyle({
  this.aspectRatio,
  this.type,
});