Jonny Borges
Committed by GitHub

Update extension_navigation.dart

@@ -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;