setReportEditTextBackgroundColor method

Future<void> setReportEditTextBackgroundColor(
  1. Color value
)

Implementation

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