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
@@ -121,7 +131,7 @@ You should then run `flutter packages get` in your terminal so as to get the pac
121
131
| iconColor | Color | Set the page bubble icon color. | Null |
122
132
| bubbleBackgroundColor | Color | Set the page bubble background color. | Colors.white / Color(0x88FFFFFF) |
123
133
| textStyle | TextStyle | Set TextStyle for both title and body | title: `color: Colors.white , fontSize: 50.0`<br> body: `color: Colors.white , fontSize: 24.0` |
124
-
| bubble | Widget | set a costum widget for the inner bubble | null |
134
+
| bubble | Widget | Set a custom widget for the inner bubble | null |
125
135
126
136
### IntroViewFlutter Class
127
137
@@ -137,8 +147,8 @@ You should then run `flutter packages get` in your terminal so as to get the pac
137
147
| skipText | Text / Widget | Override Skip Button Text and styles. | Text('SKIP') |
138
148
| doneText | Text / Widget | Override Done Button Text and styles. | Text('DONE') |
139
149
| doneButtonPersist | Bool | Show done Button throughout pages | false |
140
-
| columnMainAxisAlignment | MainAxisAlignment | control [MainAxisAlignment] for column | MainAxisAlignment.spaceAround |
141
-
| fullTransition | double | adjust scroll distance for full transition | 300.0 |
150
+
| columnMainAxisAlignment | MainAxisAlignment | Control [MainAxisAlignment] for column | MainAxisAlignment.spaceAround |
151
+
| fullTransition | double | Adjust scroll distance for full transition | 300.0 |
142
152
143
153
For help on editing package code, view the [flutter documentation](https://flutter.io/developing-packages/).
0 commit comments