clearCellTextStyle method

ChartDataTableTheme clearCellTextStyle()

Clears ChartDataTableTheme.cellTextStyle to null.

Implementation

ChartDataTableTheme clearCellTextStyle() =>
    copyWith(clearCellTextStyle: true);