GiphyDownsizedImage constructor

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

Implementation

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