Showing
1 changed file
with
1 additions
and
1 deletions
@@ -164,7 +164,7 @@ extension ExtensionDialog on GetInterface { | @@ -164,7 +164,7 @@ extension ExtensionDialog on GetInterface { | ||
164 | Color? backgroundColor, | 164 | Color? backgroundColor, |
165 | bool barrierDismissible = true, | 165 | bool barrierDismissible = true, |
166 | Color? buttonColor, | 166 | Color? buttonColor, |
167 | - String middleText = "Dialog made in 3 lines of code", | 167 | + String middleText = "\n", |
168 | TextStyle? middleTextStyle, | 168 | TextStyle? middleTextStyle, |
169 | double radius = 20.0, | 169 | double radius = 20.0, |
170 | // ThemeData themeData, | 170 | // ThemeData themeData, |
-
Please register or login to post a comment