PageIndicatorButtons constructor
PageIndicatorButtons({
- @required int? acitvePageIndex,
- @required int? totalPages,
- VoidCallback? onPressedDoneButton,
- SlideDirection? slideDirection,
- double? slidePercent,
- VoidCallback? onPressedSkipButton,
- bool showSkipButton = true,
- required Widget skipText,
- required Widget doneText,
- TextStyle? textStyle,
- bool? doneButtonPersist,
Implementation
PageIndicatorButtons({
@required this.acitvePageIndex,
@required this.totalPages,
this.onPressedDoneButton,
this.slideDirection,
this.slidePercent,
this.onPressedSkipButton,
this.showSkipButton = true,
required this.skipText, required this.doneText,
this.textStyle,
this.doneButtonPersist,
});