vibrantWhite property

List<Color> vibrantWhite

Implementation

static List<Color> get vibrantWhite => [
      const Color.fromRGBO(234, 234, 234, 1.0),
      vibrantWhiteFg,
      vibrantWhiteBg,
    ];