Skip to content

Commit 994ca04

Browse files
committed
updated readme
1 parent df841f4 commit 994ca04

File tree

2 files changed

+60
-73
lines changed

2 files changed

+60
-73
lines changed

.idea/workspace.xml

Lines changed: 56 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,16 @@ You should then run `flutter packages get` in your terminal so as to get the pac
108108

109109
| Dart attribute | Datatype | Description | Default Value |
110110
| :---------------- | :------------------------------ | :----------------------------------------------------------- | :-----------: |
111-
| pages | List<PageViewMode> | Set the pages of the intro screen. | Null |
111+
| pages | List<PageViewModel> | Set the pages of the intro screen. | Null |
112112
| onTapDoneButton | VoidCallback | Method executes on tapping done button. | Null |
113113
| showSkipButton | Bool | Show the skip button at the bottom of page. | true |
114114
| pageButtonTextSize | Double | Set the button text size. | 18.0 |
115115
| pageButtonFontFamily | String | Set the font of button text. | Default |
116116
| onTapSkipButton | VoidCallback | Method executes on tapping skip button. | null |
117117
| pageButtonTextStyles | TextStyle | Configure TextStyle for skip, done buttons, overrides pageButtonFontFamily, pageButtonsColor, pageButtonTextSize. | fontSize: `18.0`, color: `Colors.white` |
118-
| skipText | Text | Override SkipButton Text and styles. | Text('SKIP') |
119-
| doneText | Text | Override DoneButton Text and styles. | Text('DONE') |
120-
| doneButtonPersist | Bool | show done Button throughout pages | false |
118+
| skipText | Text | Override Skip Button Text and styles. | Text('SKIP') |
119+
| doneText | Text | Override Done Button Text and styles. | Text('DONE') |
120+
| doneButtonPersist | Bool | Show done Button throughout pages | false |
121121

122122
For help on editing package code, view the [flutter documentation](https://flutter.io/developing-packages/).
123123

0 commit comments

Comments
 (0)