GiphyVideoView constructor
const
GiphyVideoView({})
Constructs a GiphyVideoView.
Implementation
const GiphyVideoView(
{super.key,
this.mediaId,
this.media,
this.autoPlay = true,
this.muted = false,
this.onMute,
this.onUnmute,
this.onPlaybackStateChanged,
this.onError});