We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964bc88 commit 25099acCopy full SHA for 25099ac
lib/ui/native_dialog.dart
@@ -60,7 +60,11 @@ void showNativeDialog(
60
/// A dialog action which is used to show the actions of a native dialog.
61
class DialogAction {
62
/// Creates a [DialogAction].
63
- const DialogAction({required this.text, required this.onTap, this.isDestructiveAction = false});
+ const DialogAction({
64
+ required this.text,
65
+ required this.onTap,
66
+ this.isDestructiveAction = false,
67
+ });
68
69
/// The text of the action.
70
final String text;
0 commit comments