Added editing an expense.

This commit is contained in:
2025-02-07 04:29:10 -07:00
parent 9d8a5e6685
commit 595aaefedc
2 changed files with 71 additions and 19 deletions
+3 -1
View File
@@ -70,7 +70,9 @@ class _HomePageState extends State<HomePage> {
Future<void> addNewValue(BuildContext context) {
return showDialog(
context: context, builder: (_) => AlertDialog(content: dialog));
context: context,
builder: (_) => AlertDialog(content: dialog),
);
}
Widget? floatingButton;