GiphyDownsizedImage constructor

GiphyDownsizedImage({
  1. String? url,
  2. String? width,
  3. String? height,
  4. String? size,
})

Implementation

GiphyDownsizedImage({
  this.url,
  this.width,
  this.height,
  this.size,
});