You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: lib/src/config/introduction.dart
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ enum IntroductionDisplayMode {
22
22
}
23
23
24
24
enumIntroductionControlMode {
25
-
twoButton,
26
-
oneButton,
25
+
previousNextButton,
26
+
singleButton,
27
27
}
28
28
29
29
enumIntroductionButtonType {
@@ -111,8 +111,8 @@ class IntroductionOptions {
111
111
finalIntroductionDisplayMode displayMode;
112
112
113
113
/// When [IntroductionDisplayMode.multiPageHorizontal] is selected multiple controlMode can be selected.
114
-
/// [IntroductionControlMode.twoButton] shows two buttons at the bottom of the screen to return or proceed. The skip button is placed at the top left of the screen.
115
-
/// [IntroductionControlMode.oneButton] contains one button at the bottom of the screen to proceed. Underneath is clickable text to skip if the current page is the first page. If the current page is any different it return to the previous screen.
114
+
/// [IntroductionControlMode.previousNextButton] shows two buttons at the bottom of the screen to return or proceed. The skip button is placed at the top left of the screen.
115
+
/// [IntroductionControlMode.singleButton] contains one button at the bottom of the screen to proceed. Underneath is clickable text to skip if the current page is the first page. If the current page is any different it return to the previous screen.
0 commit comments