SearchGifSuccess constructor

const SearchGifSuccess({
  1. required GiphyGif gif,
})

Implementation

const SearchGifSuccess({required this.gif});