gentleYellow property

List<Color> gentleYellow

Implementation

static List<Color> get gentleYellow => [
      gentleYellowBg,
      gentleYellowFg,
      const Color.fromRGBO(255, 238, 94, 1),
    ];