jello property
ScrollerPainterData
get
jello
Green circles scrolling from bottom to top on a pale green background, like bubbles in a wiggly plate of jello.
Recommended duration: 45 seconds
Recommended for dark mode.
Implementation
static ScrollerPainterData get jello => ScrollerPainterData(
direction: ScrollDirection.bottom2Top,
shape: ScrollerShape.circles,
backgroundColor: ColorSchemes.vibrantGreenBg,
color: ColorSchemes.vibrantGreenFg,
shapeWidth: 25.0,
spaceBetweenShapes: 50.0,
fadeEdges: true,
shapeOffset: ScrollerShapeOffset.shiftAndMesh,
);