HCPlotHlcTooltipHeaderOptions constructor

const HCPlotHlcTooltipHeaderOptions({
  1. dynamic backgroundColor,
  2. dynamic borderColor,
  3. num? borderWidth,
  4. num? distance,
  5. String? shape,
  6. dynamic style,
})

Implementation

const HCPlotHlcTooltipHeaderOptions({
  this.backgroundColor,
  this.borderColor,
  this.borderWidth,
  this.distance,
  this.shape,
  this.style,
});