candyCane property

ScrollerPainterData get candyCane

Red and white diagonal stripes scrolling from bottom to top like a candy cane.

Recommended duration: 30 seconds

Recommended for light mode.

Implementation

static ScrollerPainterData get candyCane => ScrollerPainterData(
      direction: ScrollDirection.bottom2Top,
      shape: ScrollerShape.stripesDiagonalBackward,
      backgroundColor: ColorSchemes.gentleWhiteBg,
      color: ColorSchemes.gentleRedFg,
      shapeWidth: 90.0,
      spaceBetweenShapes: 90.0,
      fadeEdges: false,
    );