ChartsConfig constructor

const ChartsConfig({
  1. bool? useGlassmorphism,
  2. bool? useNeumorphism,
  3. Widget? emptyWidget,
  4. String? emptyMessage,
  5. Widget? errorWidget,
  6. String? errorMessage,
  7. List<BoxShadow>? boxShadow,
  8. ChartTheme? theme,
  9. Duration? animationDuration,
})

Implementation

const ChartsConfig({
  this.useGlassmorphism,
  this.useNeumorphism,
  this.emptyWidget,
  this.emptyMessage,
  this.errorWidget,
  this.errorMessage,
  this.boxShadow,
  this.theme,
  this.animationDuration,
});