Added editing an expense.
This commit is contained in:
+3
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user