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-09-07 15:56:52 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-09-07 15:56:52 -0300
Commit
783c3b30de19bb301a2046dd15f16f3d0d13be81
783c3b30
1 parent
957e7362
Update extension_navigation.dart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/navigation/extension_navigation.dart
lib/src/navigation/extension_navigation.dart
View file @
783c3b3
...
...
@@ -518,7 +518,7 @@ extension GetNavigation on GetInterface {
String
middleText
=
"Dialog made in 3 lines of code"
,
TextStyle
middleTextStyle
,
double
radius
=
20.0
,
ThemeData
themeData
,
//
ThemeData themeData,
List
<
Widget
>
actions
,
})
{
bool
leanCancel
=
onCancel
!=
null
||
textCancel
!=
null
;
...
...
Please
register
or
login
to post a comment