sunSet property

A ColorSchemes.gentle sunset with orange circles sinking from the top of the screen on a yellow-orange background.

Recommended delay: 90 seconds

Recommended for dark mode.

Implementation

static ScrollerPainterData get sunSet => ScrollerPainterData(
      direction: ScrollDirection.top2Bottom,
      shape: ScrollerShape.circles,
      backgroundColor: ColorSchemes.vibrantYellowBg,
      color: ColorSchemes.vibrantOrangeFg,
      shapeWidth: screenSize.width,
      spaceBetweenShapes: 0.0,
      fadeEdges: true,
      shapeOffset: ScrollerShapeOffset.none,
    );