OnBoardingNavigationBar constructor
OnBoardingNavigationBar({})
Implementation
OnBoardingNavigationBar({
required this.currentPage,
required this.onSkip,
required this.headerBackgroundColor,
required this.totalPage,
this.onFinish,
this.finishButton,
this.skipTextButton,
this.leading,
this.middle,
this.skipFunctionOverride,
});