onAscent property

Color onAscent

Implementation

Color get onAscent {
  final chrome = [foreground, background];
  return _ascent ?? chrome.farthestFrom(ascent);
}