ChartViewport constructor
const
ChartViewport({})
Implementation
const ChartViewport({
required this.left,
required this.top,
required this.right,
required this.bottom,
required this.dataMinX,
required this.dataMaxX,
required this.dataMinY,
required this.dataMaxY,
});