setReportBackgroundColor method

Future<void> setReportBackgroundColor(
  1. Color value
)

Implementation

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