yellowAccent constant Null safety

MaterialAccentColor const yellowAccent

Implementation

static const MaterialAccentColor yellowAccent = MaterialAccentColor(
  _yellowAccentPrimaryValue,
  <int, Color>{
    100: Color(0xFFFFFF8D),
    200: Color(_yellowAccentPrimaryValue),
    400: Color(0xFFFFEA00),
    700: Color(0xFFFFD600),
  },
);