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
| pageColor | Color | Set color of the page. | Null |
95
-
| mainImageAssetPath | String | Set the main image asset path of the page. | Null |
96
-
| title | String | Set the title text of the page. | Null |
97
-
| body | String | Set the body text of the page. | Null |
92
+
| mainImage | Image | Set the main image of the page. | Null |
93
+
| title | Text | Set the title text of the page. | Null |
94
+
| body | Text | Set the body text of the page. | Null |
98
95
| iconImageAssetPath | String | Set the icon image asset path that would be displayed in page bubble. | Null |
99
-
| titleTextColor | Color | Set the title text color. | Colors.white |
100
-
| bodyTextColor | Color | Set the body text color. | Colors.white |
101
96
| iconColor | Color | Set the page bubble icon color. | Null |
102
97
| bubbleBackgroundColor | Color | Set the page bubble background color. | Colors.white |
103
-
| fontFamily | String | Use your own custom font to style the title and body. | Default |
104
-
| pageTitleBold | Bool | Set the title font weight to bold. | False |
105
-
| titleTextSize | Double | Set the size of title text. | 34.0 |
106
-
| bodyTextSize | Double | Set the size of body text. | 18.0 |
98
+
| 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