yellow constant

MaterialColor const yellow

Implementation

static const MaterialColor yellow = MaterialColor(
  0xFFffd33d,
  <int, Color>{
    100: Color(0xFFfffdef),
    200: Color(0xFFfffbdd),
    300: Color(0xFFfff5b1),
    400: Color(0xFFffea7f),
    500: Color(0xFFffdf5d),
    600: Color(0xFFffd33d),
    700: Color(0xFFf9c513),
    800: Color(0xFFdbab09),
    900: Color(0xFFb08800),
    1000: Color(0xFF735c0f),
  },
);