BackgroundImageGame constructor
BackgroundImageGame({})
Implementation
BackgroundImageGame({
required this.offset,
required this.imagePath,
this.id,
this.factor = 1,
this.parallaxX = 1,
this.parallaxY = 1,
double opacity = 1,
this.isBackground = true,
this.priorityImage = 0,
}) {
opacity = opacity;
}