setFeedbackEmailContinueClickedColor method

Future<void> setFeedbackEmailContinueClickedColor(
  1. Color value
)

Implementation

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