BackgroundImage constructor
BackgroundImage({})
Implementation
BackgroundImage({
required this.id,
required this.speed,
required this.background,
required this.imageVerticalOffset,
required this.centerBackground,
required this.imageHorizontalOffset,
});