setReportActionBarTextColor method

Future<void> setReportActionBarTextColor(
  1. Color value
)

Implementation

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