ChartLegend constructor
ChartLegend({
- TextStyle? textStyle,
- AlignmentGeometry position = Alignment.topRight,
- Axis direction = Axis.vertical,
- BoxDecoration? decoration,
- EdgeInsetsGeometry padding = const EdgeInsets.all(5),
Implementation
ChartLegend({
this.textStyle,
this.position = Alignment.topRight,
this.direction = Axis.vertical,
this.decoration,
this.padding = const EdgeInsets.all(5),
});