Home
last modified time | relevance | path

Searched refs:showDialog (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/flutter/packages/flutter/test/material/
Ddialog_test.dart24 showDialog<void>(
219 final Future<int> result = showDialog<int>(
262 showDialog<void>(
283 showDialog<void>(
328 showDialog<void>(
372 showDialog<void>(
445 showDialog<void>(
486 return showDialog<bool>(
488 barrierDismissible: true, // showDialog() returns null if tapped outside the dialog
495 Navigator.pop(context, true); // showDialog() returns true
[all …]
Dbutton_bar_test.dart83 showDialog<void>(
Dwill_pop_test.dart87 showDialog<void>(
186 return showDialog<bool>(
Ddialog_theme_test.dart19 showDialog<void>(
Dtext_field_focus_test.dart31 showDialog<void>(
Dtheme_test.dart204 showDialog<void>(
236 showDialog<void>(
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Ddialog.dart35 /// * [showDialog], which actually displays the dialog and returns its result.
40 /// Typically used in conjunction with [showDialog].
149 /// Typically passed as the child widget to [showDialog], which displays the
159 /// return showDialog<void>(
193 /// * [showDialog], which actually displays the dialog and returns its result.
198 /// Typically used in conjunction with [showDialog].
403 /// * [showDialog], which actually displays the dialog and returns its result.
420 /// with a value for [showDialog] to complete its future with.
452 /// Typically passed as the child widget to [showDialog], which displays the
458 /// options are represented as an enum. The [showDialog] method here returns
[all …]
Dcard.dart97 /// * [showDialog], to display a modal card.
Dabout.dart155 /// The `context` argument is passed to [showDialog], the documentation for
166 showDialog<void>(
Dtime_picker.dart1473 /// Pass this widget to [showDialog]. The value returned by [showDialog] is the
1737 /// The [context] argument is passed to [showDialog], the documentation for
1792 return await showDialog<TimeOfDay>(
Ddate_picker.dart1091 /// The [context] argument is passed to [showDialog], the documentation for
1177 return await showDialog<DateTime>(
Dapp.dart233 /// Material specific features such as [showDialog] and [showMenu], and widgets
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dleave_behind_demo.dart274 return showDialog<bool>(
284 Navigator.pop(context, true); // showDialog() returns true
290 Navigator.pop(context, false); // showDialog() returns false
Dpersistent_bottom_sheet_demo.dart59 showDialog<void>(
Ddialog_demo.dart70 showDialog<T>(
Ddrawer_demo.dart248 showDialog<void>(
Dfull_screen_dialog_demo.dart120 return await showDialog<bool>(
Dtext_form_field_demo.dart148 return await showDialog<bool>(
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DAboutDialog.java19 public static void showDialog(Frame parent) { in showDialog() method in AboutDialog
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dupdater.dart43 final bool wantsUpdate = await showDialog<bool>(context: context, builder: _buildDialog);
Ddemo.dart76 showDialog<void>(
Ddemos.dart257 documentationUrl: 'https://docs.flutter.io/flutter/material/showDialog.html',
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/
Dtransformations_demo.dart45 showDialog<Column>(
/third_party/flutter/flutter/examples/stocks/lib/
Dstock_settings.dart68 showDialog<bool>(
Dstock_home.dart97 showDialog<void>(

12