This commit is contained in:
2026-03-20 17:03:34 +03:00
parent 582e21a7e2
commit b2a0ed62fb
3 changed files with 116 additions and 93 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ class AddTransactionState {
const AddTransactionState({
this.amount,
this.category = 'Food',
this.type = TransactionType.expense,
this.category = 'Salary',
this.type = TransactionType.income,
required this.date,
this.note = '',
this.isSubmitting = false,