CacheManagerTheme constructor
const
CacheManagerTheme({})
Creates a new CacheManagerTheme.
Implementation
const CacheManagerTheme({
this.primaryColor,
this.backgroundColor,
this.cardColor,
this.textColor,
this.subtitleColor,
this.dangerColor,
this.successColor,
this.chartColors,
this.borderRadius,
this.headerStyle,
this.bodyStyle,
this.captionStyle,
});