GiphyVideoPreviews constructor

const GiphyVideoPreviews({
  1. required GiphyVideoPreviewAsset fixedWidth,
  2. required GiphyVideoPreviewAsset fixedHeight,
})

Creates a GiphyVideoPreviews object.

The fixedWidth and fixedHeight parameters are required.

Implementation

const GiphyVideoPreviews({
  required this.fixedWidth,
  required this.fixedHeight,
});