GiphyDownsampledImage constructor

GiphyDownsampledImage({
  1. required String url,
  2. required String width,
  3. required String height,
  4. required String size,
  5. required String? webp,
  6. required String? webpSize,
})

Implementation

GiphyDownsampledImage({
  required this.url,
  required this.width,
  required this.height,
  required this.size,
  required this.webp,
  required this.webpSize,
});