orange constant

MaterialColor const orange

Implementation

static const MaterialColor orange =
    MaterialColor(_orangePrimaryValue, <int, Color>{
  50: Color(0xFFFDEEE9),
  100: Color(0xFFFBDDD2),
  200: Color(0xFFF6BBA6),
  300: Color(0xFFF29879),
  400: Color(0xFFED764D),
  500: Color(_orangePrimaryValue),
});