BetweenLineData constructor
const
BetweenLineData({
- bool visible = true,
- ChartRotation rotation = ChartRotation.d0,
- Offset origin = Offset.zero,
- IChartLayout? layout,
- bool? crop,
- required LineData from,
- required LineData to,
- Color areaColor = const Color(0xFF000000),
- Gradient? areaGradient,
- PathFillType? areaFillType,
Implementation
const BetweenLineData({
this.visible = true,
this.rotation = ChartRotation.d0,
this.origin = Offset.zero,
this.layout,
this.crop,
required this.from,
required this.to,
this.areaColor = const Color(0xFF000000),
this.areaGradient,
this.areaFillType,
});