vibrantPurple property

List<Color> vibrantPurple

Implementation

static List<Color> get vibrantPurple => [
      const Color.fromRGBO(123, 31, 162, 1),
      vibrantPurpleFg,
      vibrantPurpleBg,
    ];