Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonny Borges
2020-08-31 23:30:14 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-08-31 23:30:14 -0300
Commit
e2e271f8c6e6eccb08bda1892ed23499e3e79388
e2e271f8
1 parent
5667b56c
Update transitions_type.dart
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/navigation/routes/transitions_type.dart
lib/src/navigation/routes/transitions_type.dart
View file @
e2e271f
@@ -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
();
Please
register
or
login
to post a comment