chocolate property

Brown squares scrolling from left to right on a darker brown background.

Recommended delay: 45 seconds

Recommended for dark mode.

Implementation

static ScrollerPainterData get chocolate => ScrollerPainterData(
      direction: ScrollDirection.left2Right,
      shape: ScrollerShape.squares,
      backgroundColor: ColorSchemes.vibrantBrownBg,
      color: ColorSchemes.vibrantBrownFg,
      shapeWidth: 50.0,
      spaceBetweenShapes: 25.0,
      fadeEdges: true,
      shapeOffset: ScrollerShapeOffset.shiftAndMesh,
    );