GifImages constructor
GifImages({
- FixedHeight? original,
- FixedHeight? fixedHeight,
- FixedHeight? fixedHeightDownsampled,
- FixedHeight? fixedHeightSmall,
- FixedHeight? fixedWidth,
- FixedHeight? fixedWidthDownsampled,
- FixedHeight? fixedWidthSmall,
Implementation
GifImages({
this.original,
this.fixedHeight,
this.fixedHeightDownsampled,
this.fixedHeightSmall,
this.fixedWidth,
this.fixedWidthDownsampled,
this.fixedWidthSmall,
});