ChartExportRequest.csv constructor
const
ChartExportRequest.csv({})
Implementation
const ChartExportRequest.csv({
required BaseChartConfig this.config,
this.jsonConfig,
this.rows,
this.categoryLabels,
this.filename,
this.delimiter = ',',
this.lineEnding = '\r\n',
this.timeout,
this.cancellationToken,
}) : format = ChartExportFormat.csv,
boundaryKey = null,
sheetName = 'Chart Data',
pixelRatio = 2.0,
jpegQuality = 90,
jpegBackgroundColor = Colors.white;