DashboardTheme constructor
const
DashboardTheme({})
Creates a new dashboard theme
Implementation
const DashboardTheme({
required this.backgroundColor,
required this.textColor,
required this.warningColor,
required this.errorColor,
required this.chartLineColor,
required this.chartFillColor,
});