CacheManagerTheme constructor

const CacheManagerTheme({
  1. Color? primaryColor,
  2. Color? backgroundColor,
  3. Color? cardColor,
  4. Color? textColor,
  5. Color? subtitleColor,
  6. Color? dangerColor,
  7. Color? successColor,
  8. List<Color>? chartColors,
  9. double? borderRadius,
  10. TextStyle? headerStyle,
  11. TextStyle? bodyStyle,
  12. TextStyle? captionStyle,
})

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,
});