Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
2736c8c1
Unverified
Commit
2736c8c1
authored
Apr 11, 2019
by
xster
Committed by
GitHub
Apr 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more dialog doc cross-reference (#30887)
parent
259641c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
dialog.dart
packages/flutter/lib/src/cupertino/dialog.dart
+1
-0
dialog.dart
packages/flutter/lib/src/material/dialog.dart
+1
-0
No files found.
packages/flutter/lib/src/cupertino/dialog.dart
View file @
2736c8c1
...
@@ -125,6 +125,7 @@ bool _isInAccessibilityMode(BuildContext context) {
...
@@ -125,6 +125,7 @@ bool _isInAccessibilityMode(BuildContext context) {
/// * [CupertinoPopupSurface], which is a generic iOS-style popup surface that
/// * [CupertinoPopupSurface], which is a generic iOS-style popup surface that
/// holds arbitrary content to create custom popups.
/// holds arbitrary content to create custom popups.
/// * [CupertinoDialogAction], which is an iOS-style dialog button.
/// * [CupertinoDialogAction], which is an iOS-style dialog button.
/// * [AlertDialog], a Material Design alert dialog.
/// * <https://developer.apple.com/ios/human-interface-guidelines/views/alerts/>
/// * <https://developer.apple.com/ios/human-interface-guidelines/views/alerts/>
class
CupertinoAlertDialog
extends
StatelessWidget
{
class
CupertinoAlertDialog
extends
StatelessWidget
{
/// Creates an iOS-style alert dialog.
/// Creates an iOS-style alert dialog.
...
...
packages/flutter/lib/src/material/dialog.dart
View file @
2736c8c1
...
@@ -189,6 +189,7 @@ class Dialog extends StatelessWidget {
...
@@ -189,6 +189,7 @@ class Dialog extends StatelessWidget {
///
///
/// * [SimpleDialog], which handles the scrolling of the contents but has no [actions].
/// * [SimpleDialog], which handles the scrolling of the contents but has no [actions].
/// * [Dialog], on which [AlertDialog] and [SimpleDialog] are based.
/// * [Dialog], on which [AlertDialog] and [SimpleDialog] are based.
/// * [CupertinoAlertDialog], an iOS-styled alert dialog.
/// * [showDialog], which actually displays the dialog and returns its result.
/// * [showDialog], which actually displays the dialog and returns its result.
/// * <https://material.io/design/components/dialogs.html#alert-dialog>
/// * <https://material.io/design/components/dialogs.html#alert-dialog>
class
AlertDialog
extends
StatelessWidget
{
class
AlertDialog
extends
StatelessWidget
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment