menu
flower_fire package
documentation
widgets/expense_management.dart
Expense
Expense.new constructor
Expense.new constructor
dark_mode
light_mode
Expense
constructor
Expense
(
{
required
String
title
,
required
double
amount
,
})
Implementation
Expense({required this.title, required this.amount});
flower_fire package
documentation
widgets/expense_management
Expense
Expense.new constructor
Expense class