Label constructor
Label({
- bool? show,
- String? position,
- ChartTextStyle? textStyle,
Implementation
Label({this.show, this.position, this.textStyle});
Label({this.show, this.position, this.textStyle});