GiphyWebPImage constructor

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

Creates a new .WEBP image

Implementation

GiphyWebPImage({
  required String url,
  required String width,
  required String height,
  required String size,
}) : super(url, width, height, size);