Jonny Borges
Committed by GitHub

Update transitions_type.dart

@@ -18,4 +18,4 @@ enum Transition { @@ -18,4 +18,4 @@ enum Transition {
18 native 18 native
19 } 19 }
20 20
21 -typedef WidgetCallback = Widget Function(); 21 +typedef GetPageBuilder = Widget Function();