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