orangeAccent constant Null safety

MaterialAccentColor const orangeAccent

Implementation

static const MaterialAccentColor orangeAccent = MaterialAccentColor(
  _orangeAccentPrimaryValue,
  <int, Color>{
    100: Color(0xFFFFD180),
    200: Color(_orangeAccentPrimaryValue),
    400: Color(0xFFFF9100),
    700: Color(0xFFFF6D00),
  },
);