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 |
117
-
| mainImage | Image | Set the main image of the page. | Null |
118
-
| title | Text | Set the title text of the page. | Null |
119
-
| body | Text | Set the body text of the page. | Null |
120
-
| iconImageAssetPath | String | Set the icon image asset path that would be displayed in page bubble. | Null |
121
-
| iconColor | Color | Set the page bubble icon color. | Null |
122
-
| bubbleBackgroundColor | Color | Set the page bubble background color. | Colors.white |
123
-
| textStyle | TextStyle | Set TextStyle for both title and body | title: `color: Colors.white , fontSize: 50.0`<br> body: `color: Colors.white , fontSize: 24.0` |
| pageColor | Color | Set color of the page. | Null |
117
+
| mainImage | Image / Widget | Set the main image of the page. | Null |
118
+
| title | Text / Widget | Set the title text of the page. | Null |
119
+
| body | Text / Widget | Set the body text of the page. | Null |
120
+
| iconImageAssetPath | String | Set the icon image asset path that would be displayed in page bubble. | Null |
121
+
| iconColor | Color | Set the page bubble icon color. | Null |
122
+
| bubbleBackgroundColor | Color | Set the page bubble background color. | Colors.white / Color(0x88FFFFFF) |
123
+
| 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 |
0 commit comments