sprite property

Light grey circles scrolling from bottom to top on a pale white background, like bubbles in a glass of Sprite.

Recommended delay: 45 seconds

Recommended for light mode.

Implementation

static ScrollerPainterData get sprite => ScrollerPainterData(
      direction: ScrollDirection.bottom2Top,
      shape: ScrollerShape.circles,
      backgroundColor: ColorSchemes.gentleWhiteBg,
      color: ColorSchemes.gentleWhiteFg,
      shapeWidth: 25.0,
      spaceBetweenShapes: 50.0,
      fadeEdges: true,
      shapeOffset: ScrollerShapeOffset.shiftAndMesh,
    );