clearCellTextStyle method
Clears ChartDataTableTheme.cellTextStyle to null.
Implementation
ChartDataTableTheme clearCellTextStyle() =>
copyWith(clearCellTextStyle: true);
Clears ChartDataTableTheme.cellTextStyle to null.
ChartDataTableTheme clearCellTextStyle() =>
copyWith(clearCellTextStyle: true);