gentleRed property

List<Color> gentleRed

Implementation

static List<Color> get gentleRed => [
      gentleRedBg,
      gentleRedFg,
      const Color.fromRGBO(229, 98, 95, 1),
    ];