WeChat_20220318213733.mp4
Parallaxable(
offsetRadio: 1.0 / 10,
under: _underBackground(),
above: _aboveBackground(),
)
const Parallaxable({
Key? key,
required this.above,
required this.under,
this.angle = math.pi / 9,
this.rotateDiff = 1.1,
this.offsetRadio = 1.0 / 6,
this.offsetDepth = 2,
})