dart format project
This commit is contained in:
@@ -29,9 +29,7 @@ Future<bool?> showDeleteBangDialog(BuildContext context) {
|
||||
return AlertDialog(
|
||||
icon: const Icon(Icons.warning),
|
||||
title: const Text('Delete Bang'),
|
||||
content: const Text(
|
||||
'Are you sure you want to delete this Bang?',
|
||||
),
|
||||
content: const Text('Are you sure you want to delete this Bang?'),
|
||||
actions: <Widget>[
|
||||
TextButton(
|
||||
onPressed: () {
|
||||
|
||||
Reference in New Issue
Block a user