ladderClimb property
ScrollerPainterData
get
ladderClimb
Purple stripes scrolling from top to bottom on a pale purple background, like the rungs of a ladder passing by as you climb.
Recommended duration: 45 seconds
Recommended for light mode.
Implementation
static ScrollerPainterData get ladderClimb => ScrollerPainterData(
direction: ScrollDirection.top2Bottom,
shape: ScrollerShape.stripes,
backgroundColor: ColorSchemes.gentlePurpleBg,
color: ColorSchemes.gentlePurpleFg,
shapeWidth: 50.0,
spaceBetweenShapes: 150.0,
fadeEdges: true,
);