LiquifyFilter({ this.strength = 1.0, this.damping = 0.9, this.noise = 0.35, this.flow = 0.8, int? seed, }) : _rng = math.Random(seed);