SlideContainer constructor
const
SlideContainer({})
Implementation
const SlideContainer({
super.key,
required this.animation,
required this.containerSize,
required this.secondBgColor,
required this.horizontalPadding,
}) : super(listenable: animation);