Label constructor

Label({
  1. bool? show,
  2. String? position,
  3. ChartTextStyle? textStyle,
})

Implementation

Label({this.show, this.position, this.textStyle});