GiphyVideo constructor
const
GiphyVideo({
- String? hlsManifestURL,
- String? dashManifestURL,
- GiphyAssets? assets,
- GiphyVideoPreviews? previews,
- GiphyVideoCaptions? captions,
- double? duration,
Creates a new GiphyVideo instance.
The hlsManifestURL, dashManifestURL, assets, previews, captions,
and duration parameters are optional and can be null.
Implementation
const GiphyVideo({
this.hlsManifestURL,
this.dashManifestURL,
this.assets,
this.previews,
this.captions,
this.duration,
});