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
@@ -76,7 +81,6 @@ You should then run `flutter packages get` in your terminal so as to get the pac
76
81
fontSize: 18.0,
77
82
fontFamily: "Regular",
78
83
),
79
-
80
84
);
81
85
```
82
86
For further usage refer the [`example`](https://github.com/aagarwal1012/IntroViews-Flutter/tree/master/example/lib) available.
@@ -98,7 +102,7 @@ You should then run `flutter packages get` in your terminal so as to get the pac
98
102
| iconImageAssetPath | String | Set the icon image asset path that would be displayed in page bubble. | Null |
99
103
| iconColor | Color | Set the page bubble icon color. | Null |
100
104
| bubbleBackgroundColor | Color | Set the page bubble background color. | Colors.white |
101
-
| textStyle | TextStyle | set TextStyle for both title and body | title: `color: Colors.white , fontSize: 50.0`<br> body: `color: Colors.white , fontSize: 24.0` |
105
+
| textStyle | TextStyle | Set TextStyle for both title and body | title: `color: Colors.white , fontSize: 50.0`<br> body: `color: Colors.white , fontSize: 24.0` |
0 commit comments