gentleBrown property

List<Color> gentleBrown

Implementation

static List<Color> get gentleBrown => [
      gentleBrownBg,
      gentleBrownFg,
      const Color.fromRGBO(151, 120, 109, 1),
    ];