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
顾海波
2025-01-17 16:41:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5d1690abcf0fb5d416905fe6ee1046930ffbc328
5d1690ab
1 parent
fcb370a5
【修复】适配
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_navigation/src/extension_navigation.dart
lib/get_navigation/src/extension_navigation.dart
View file @
5d1690a
...
...
@@ -219,7 +219,7 @@ extension ExtensionDialog on GetInterface {
child:
Text
(
textConfirm
??
"Ok"
,
style:
TextStyle
(
color:
confirmTextColor
??
theme
.
backgroundColor
),
TextStyle
(
color:
confirmTextColor
??
theme
.
colorScheme
.
surface
),
),
onPressed:
()
{
onConfirm
?.
call
();
...
...
Please
register
or
login
to post a comment