setFeedbackActionBarColor method

Future<void> setFeedbackActionBarColor(
  1. Color value
)

Implementation

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