sunRise property

A ColorSchemes.gentle sunrise with yellow circles rising from the bottom of the screen on a yellow-orange background.

Recommended delay: 90 seconds

Recommended for light mode.

Implementation

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