budgetComponent method
Render an interactive breakdown of the user's budgets and their related expenses.
Users can view their current budgets, set new budgets, and edit existing ones. The view provides insights into spending patterns relative to budget limits.
solo determines whether this component should be rendered as a standalone view.
Implementation
Widget budgetComponent({
bool solo = true,
}) =>
getView(
LuneViewType.budgetView,
solo: solo,
);