1. Bar Chart (Intact & Improved) β’ Displays either daily (SunβSat) or day numbers (1β31) depending on the selected range (Week, Month, Custom). β’ Dynamically adjusts height based on transaction values. β’ Uses light mint green for income and deep red-orange for expenses. β’ Always shows the last 7 days (or selected custom range), even if data is missing. 2. Transaction View Modes β’ Toggle between Expenses, Income, and Net using a SegmentedButton. β’ The chart updates accordingly. 3. Date Range Selector β’ Switch between: β’ This Week β’ This Month β’ Custom Range (with a showDateRangePicker) 4. Category Spend Summary β’ Responsive grid layout with: β’ Category title β’ Percentage of total spend β’ Gradient cards based on theme (light or dark) 5. Theming via theme.dart β’ Respects both dark and light theme styling. β’ Uses colorScheme throughout for consistent color handling.