LineChartLabelText constructor

const LineChartLabelText(
  1. double position,
  2. String text
)

Implementation

const LineChartLabelText(
  this.position,
  this.text,
);