setFeedbackLoadingTextColor method

Future<void> setFeedbackLoadingTextColor(
  1. Color value
)

Implementation

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