brandTrendComponent method
Render an interactive breakdown of the user's expenses across brands within a time period.
The user will be able to see an interactive brand trend chart and brand list, along with some filters in the same view.
solo determines whether this component should be rendered as a standalone view.
Implementation
Widget brandTrendComponent({
bool solo = true,
}) =>
getView(
LuneViewType.brandTrendsView,
solo: solo,
);