vibrantRed property

List<Color> vibrantRed

Implementation

static List<Color> get vibrantRed => [
      const Color.fromRGBO(211, 47, 47, 1),
      vibrantRedFg,
      vibrantRedBg,
    ];