vibrantYellow property

List<Color> vibrantYellow

Implementation

static List<Color> get vibrantYellow => [
      const Color.fromRGBO(245, 238, 100, 1),
      vibrantYellowFg,
      vibrantYellowBg,
    ];