GifImages constructor

GifImages({
  1. FixedHeight? original,
  2. FixedHeight? fixedHeight,
  3. FixedHeight? fixedHeightDownsampled,
  4. FixedHeight? fixedHeightSmall,
  5. FixedHeight? fixedWidth,
  6. FixedHeight? fixedWidthDownsampled,
  7. FixedHeight? fixedWidthSmall,
})

Implementation

GifImages({
  this.original,
  this.fixedHeight,
  this.fixedHeightDownsampled,
  this.fixedHeightSmall,
  this.fixedWidth,
  this.fixedWidthDownsampled,
  this.fixedWidthSmall,
});