DecodeImage constructor

const DecodeImage(
  1. AssetPathEntity entity, {
  2. double scale = 1.0,
  3. int thumbSize = 120,
  4. int index = 0,
})

Implementation

const DecodeImage(
  this.entity, {
  this.scale = 1.0,
  this.thumbSize = 120,
  this.index = 0,
});