GiphyVideoPreviews constructor
const
GiphyVideoPreviews({
- required GiphyVideoPreviewAsset fixedWidth,
- required GiphyVideoPreviewAsset fixedHeight,
Creates a GiphyVideoPreviews object.
The fixedWidth and fixedHeight parameters are required.
Implementation
const GiphyVideoPreviews({
required this.fixedWidth,
required this.fixedHeight,
});