setReportActionBarColor method

Future<void> setReportActionBarColor(
  1. Color value
)

Implementation

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