GiphyImages constructor
const
GiphyImages({
- GiphyImage? fixedHeight,
- GiphyImage? fixedHeightStill,
- GiphyImage? fixedHeightDownsampled,
- GiphyImage? fixedWidth,
- GiphyImage? fixedWidthStill,
- GiphyImage? fixedWidthDownsampled,
- GiphyImage? fixedHeightSmall,
- GiphyImage? fixedHeightSmallStill,
- GiphyImage? fixedWidthSmall,
- GiphyImage? fixedWidthSmallStill,
- GiphyImage? downsized,
- GiphyImage? downsizedStill,
- GiphyImage? downsizedLarge,
- GiphyImage? downsizedMedium,
- GiphyImage? original,
- GiphyImage? originalStill,
- GiphyImage? looping,
- GiphyImage? preview,
- GiphyImage? downsizedSmall,
- String? mediaId,
Creates a GiphyImages instance with the given renditions.
Implementation
const GiphyImages({
this.fixedHeight,
this.fixedHeightStill,
this.fixedHeightDownsampled,
this.fixedWidth,
this.fixedWidthStill,
this.fixedWidthDownsampled,
this.fixedHeightSmall,
this.fixedHeightSmallStill,
this.fixedWidthSmall,
this.fixedWidthSmallStill,
this.downsized,
this.downsizedStill,
this.downsizedLarge,
this.downsizedMedium,
this.original,
this.originalStill,
this.looping,
this.preview,
this.downsizedSmall,
this.mediaId,
});