vibrantBrown property

List<Color> vibrantBrown

Implementation

static List<Color> get vibrantBrown => [
      const Color.fromRGBO(93, 64, 55, 1),
      vibrantBrownFg,
      vibrantBrownBg,
    ];