GiphyPreviewImage constructor

GiphyPreviewImage({
  1. String? width,
  2. String? height,
  3. String? mp4,
  4. String? mp4Size,
})

Implementation

GiphyPreviewImage({
  this.width,
  this.height,
  this.mp4,
  this.mp4Size,
});