diamondRain property

ScrollerPainterData diamondRain

Icy blue diamonds raining down from the top of the screen on a pale blue background.

Recommended delay: 45 seconds

Recommended for light mode.

Implementation

static ScrollerPainterData get diamondRain => ScrollerPainterData(
      direction: ScrollDirection.top2Bottom,
      shape: ScrollerShape.diamonds,
      backgroundColor: ColorSchemes.icyBlueBg,
      color: ColorSchemes.icyBlueFg,
      shapeWidth: 24.0,
      spaceBetweenShapes: 24.0,
      fadeEdges: true,
      shapeOffset: ScrollerShapeOffset.shift,
    );