HCPlotPcLabelStyleOptions constructor

const HCPlotPcLabelStyleOptions({
  1. num? fontSize,
  2. String? fontWeight,
})

Implementation

const HCPlotPcLabelStyleOptions({
  this.fontSize,
  this.fontWeight,
});