GiphyImage constructor

const GiphyImage(
  1. String url,
  2. String width,
  3. String height,
  4. String size,
)

Creates a new image

Implementation

const GiphyImage(this.url, this.width, this.height, this.size);