yellow static method

Implementation

static ContrastedColorScheme yellow() {
  return ContrastedColorScheme(
    light: lightYellow(),
    dark: darkYellow(),
  );
}