MagicThumbHash constructor

const MagicThumbHash({
  1. Key? key,
  2. double blend = 3,
  3. double noise = 0.1,
  4. required String thumbHash,
  5. double intensity = 1.0,
  6. bool useShaders = true,
})

Implementation

const MagicThumbHash(
    {super.key,
    this.blend = 3,
    this.noise = 0.1,
    required this.thumbHash,
    this.intensity = 1.0,
    this.useShaders = true});