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