HCPlotLinearregressionslopeLabelStyleOptions constructor

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

Implementation

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