MephistoOnboardingView constructor

const MephistoOnboardingView({
  1. Key? key,
  2. required List<Widget> pages,
  3. bool? showIndicator = true,
  4. Function? onActivePageChanged,
})

Implementation

const MephistoOnboardingView(
    {super.key,
    required this.pages,
    this.showIndicator = true,
    this.onActivePageChanged});