menu
electrician_app
features/budget/presentation/cubit/budget_cubit.dart
BudgetCubit
BudgetCubit.new constructor
BudgetCubit.new
dark_mode
light_mode
description
BudgetCubit
constructor
BudgetCubit
(
PricingEngine
pricingEngine
)
Implementation
BudgetCubit(this.pricingEngine) : super(BudgetState.initial());
electrician_app
budget_cubit
BudgetCubit
BudgetCubit.new constructor
BudgetCubit class