Capitalize word

This commit is contained in:
Neeraj Gupta 2022-06-09 11:23:00 +05:30
parent de9f42cd38
commit 788ad13ad8
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -492,7 +492,7 @@ class _OverlayWidgetState extends State<OverlayWidget> {
));
} else {
actions.add(CupertinoActionSheetAction(
child: Text("delete"),
child: Text("Delete"),
isDestructiveAction: true,
onPressed: () async {
Navigator.of(context, rootNavigator: true).pop();