menu
electrician_app
features/budget/presentation/cubit/budget_state.dart
BudgetState
subtotalWithMargin property
subtotalWithMargin
dark_mode
light_mode
description
subtotalWithMargin
property
double
get
subtotalWithMargin
Implementation
double get subtotalWithMargin => netTotal + marginAmount;
electrician_app
budget_state
BudgetState
subtotalWithMargin property
BudgetState class