BudgetState constructor
Implementation
const BudgetState({
required this.items,
required this.netTotal,
this.marginPercent = 20.0,
this.taxPercent = 21.0,
this.includeTax = true,
});
const BudgetState({
required this.items,
required this.netTotal,
this.marginPercent = 20.0,
this.taxPercent = 21.0,
this.includeTax = true,
});