setFeedbackBackgroundColor method

Future<void> setFeedbackBackgroundColor(
  1. Color value
)

Implementation

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