onWarning property

Color onWarning

Implementation

Color get onWarning {
  final chrome = [foreground, background];
  return chrome.farthestFrom(warning);
}