withCellTextStyle method

ChartDataTableTheme withCellTextStyle(
  1. TextStyle value
)

Replaces ChartDataTableTheme.cellTextStyle with value.

Implementation

ChartDataTableTheme withCellTextStyle(TextStyle value) =>
    copyWith(cellTextStyle: value);