patriotic property

Very pale red and white stripes scrolling from right to left, giving the impression of an American flag waving in the wind.

Recommended delay: 100 seconds

Recommended for light mode.

Implementation

static ScrollerPainterData get patriotic => const ScrollerPainterData(
      direction: ScrollDirection.right2Left,
      shape: ScrollerShape.stripes,
      backgroundColor: Color.fromRGBO(235, 234, 217, 1.0),
      color: Color.fromRGBO(189, 141, 144, 1),
      shapeWidth: 40.0,
      spaceBetweenShapes: 40.0,
      fadeEdges: false,
      shapeOffset: ScrollerShapeOffset.shift,
    );