TLChartLabelModel constructor

TLChartLabelModel({
  1. Color? labelColor,
  2. String? labelText,
  3. TextStyle? labelTextStyle,
})

Implementation

TLChartLabelModel({
  this.labelColor,
  this.labelText,
  this.labelTextStyle,
});