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 5068b55 commit 3fdc147Copy full SHA for 3fdc147
lib/src/platform/platform_dialog_action_text.dart
@@ -2,7 +2,7 @@ import 'package:flutter/cupertino.dart';
2
import 'package:flutter/material.dart';
3
import 'package:flutter_platform_widgets/flutter_platform_widgets.dart';
4
5
-/// A platform aware dialog action
+/// A platform aware dialog action text
6
class PlatformDialogActionText extends StatelessWidget {
7
final String text;
8
final Function()? onPressed;
0 commit comments