alignment property
define the point where this Parallax should be centered The aligment will be relative to the parent ParallaxArea, for example if you set the Alignment.topLeft, the Background widget will be centered when the ParallaxWidget top and left will be aligned with the top and the left of the ParallaxArea parent. default value Alignment.center
Implementation
final Alignment alignment;