gentleBlue property

List<Color> gentleBlue

Implementation

static List<Color> get gentleBlue => [
      gentleBlueBg,
      gentleBlueFg,
      const Color.fromRGBO(70, 171, 245, 1),
    ];