ParallaxImage constructor

const ParallaxImage(
  1. String asset, {
  2. Key? key,
})

Implementation

const ParallaxImage(
  this.asset, {
  Key? key,
}) : super(key: key);