GiphyMediaView constructor
const
GiphyMediaView({
- Key? key,
- GiphyMediaViewController? controller,
- String? mediaId,
- GiphyMedia? media,
- bool autoPlay = true,
- GiphyRendition renditionType = GiphyRendition.fixedWidth,
- GiphyResizeMode resizeMode = GiphyResizeMode.cover,
- bool showCheckeredBackground = true,
- dynamic onError(
- String description
Constructs a GiphyMediaView.
Implementation
const GiphyMediaView(
{super.key,
this.controller,
this.mediaId,
this.media,
this.autoPlay = true,
this.renditionType = GiphyRendition.fixedWidth,
this.resizeMode = GiphyResizeMode.cover,
this.showCheckeredBackground = true,
this.onError});