Background constructor
Background({})
Implementation
Background({
required this.imageVerticalOffset,
required this.child,
required this.centerBackground,
required this.totalPage,
required this.background,
required this.speed,
required this.imageHorizontalOffset,
});