withCellTextStyle method
- TextStyle value
Replaces ChartDataTableTheme.cellTextStyle with value.
Implementation
ChartDataTableTheme withCellTextStyle(TextStyle value) =>
copyWith(cellTextStyle: value);
Replaces ChartDataTableTheme.cellTextStyle with value.
ChartDataTableTheme withCellTextStyle(TextStyle value) =>
copyWith(cellTextStyle: value);