GiphyGifWidget constructor

const GiphyGifWidget({
  1. Key? key,
  2. required GiphyGif gif,
  3. required GiphyGetWrapper giphyGetWrapper,
  4. BorderRadius? borderRadius,
  5. Alignment imageAlignment = Alignment.center,
  6. bool showGiphyLabel = true,
})

Implementation

const GiphyGifWidget({
  Key? key,
  required this.gif,
  required this.giphyGetWrapper,
  this.borderRadius,
  this.imageAlignment = Alignment.center,
  this.showGiphyLabel = true,
}) : super(key: key);