IntroViewsFlutter constructor
IntroViewsFlutter(
- List<
IntroPageViewRF> pages, { - Key? key,
- VoidCallback? onTapDoneButton,
- bool showSkipButton = true,
- TextStyle? pageButtonTextStyles,
- double pageButtonTextSize = 18.0,
- String? pageButtonFontFamily,
- VoidCallback? onTapSkipButton,
- Color? pageButtonsColor,
- Widget doneText = const TextRF("DONE"),
- Widget skipText = const TextRF("SKIP"),
- bool doneButtonPersist = false,
- MainAxisAlignment columnMainAxisAlignment = MainAxisAlignment.spaceAround,
- double fullTransition = FULL_TARNSITION_PX,
Implementation
IntroViewsFlutter(
this.pages, {
Key? key,
this.onTapDoneButton,
this.showSkipButton = true,
this.pageButtonTextStyles,
this.pageButtonTextSize = 18.0,
this.pageButtonFontFamily,
this.onTapSkipButton,
this.pageButtonsColor,
this.doneText = const TextRF("DONE"),
this.skipText = const TextRF("SKIP"),
this.doneButtonPersist = false,
this.columnMainAxisAlignment = MainAxisAlignment.spaceAround,
this.fullTransition = FULL_TARNSITION_PX,
}) : super(key: key);