ImageThumbHashJob constructor

ImageThumbHashJob({
  1. String wandKey = "wand",
  2. int forceDim = 64,
  3. required dynamic onThumbHash(
    1. String s
    ),
})

Implementation

ImageThumbHashJob(
    {super.wandKey = "wand", this.forceDim = 64, required this.onThumbHash});