SecondaryRenderer constructor
SecondaryRenderer({
- required Rect chartRect,
- required double maxValue,
- required double minValue,
- required SecondaryState state,
- required SecondaryRendererStyle style,
- String dataFormat(
- double value
Implementation
SecondaryRenderer({
required super.chartRect,
required super.maxValue,
required super.minValue,
required this.state,
required this.style,
super.dataFormat
}) : super(style: style);