Showing
1 changed file
with
1 additions
and
1 deletions
@@ -518,7 +518,7 @@ extension GetNavigation on GetInterface { | @@ -518,7 +518,7 @@ extension GetNavigation on GetInterface { | ||
518 | String middleText = "Dialog made in 3 lines of code", | 518 | String middleText = "Dialog made in 3 lines of code", |
519 | TextStyle middleTextStyle, | 519 | TextStyle middleTextStyle, |
520 | double radius = 20.0, | 520 | double radius = 20.0, |
521 | - ThemeData themeData, | 521 | + // ThemeData themeData, |
522 | List<Widget> actions, | 522 | List<Widget> actions, |
523 | }) { | 523 | }) { |
524 | bool leanCancel = onCancel != null || textCancel != null; | 524 | bool leanCancel = onCancel != null || textCancel != null; |
-
Please register or login to post a comment