setReportCellBackgroundColor method

Future<void> setReportCellBackgroundColor(
  1. Color value
)

Implementation

Future<void> setReportCellBackgroundColor(Color value) async {
  await _setProperty('reportCellBackgroundColor', value);
}