vibrantBlue property

List<Color> vibrantBlue

Implementation

static List<Color> get vibrantBlue => [
      const Color.fromRGBO(25, 118, 208, 1),
      vibrantBlueFg,
      vibrantBlueBg,
    ];