setFeedbackEmailContinueNotActiveColor method

Future<void> setFeedbackEmailContinueNotActiveColor(
  1. Color value
)

Implementation

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