BackgroundController constructor
BackgroundController({})
Implementation
BackgroundController({
required this.currentPage,
required this.totalPage,
required this.controllerColor,
required this.indicatorAbove,
required this.hasFloatingButton,
required this.indicatorPosition,
});