GiphyLoopingImage constructor

const GiphyLoopingImage({
  1. required String mp4,
  2. String? mp4Size,
})

Creates a new looping image

Implementation

const GiphyLoopingImage({
  required this.mp4,
  this.mp4Size,
});