winterWind property

FaderPainterData winterWind

A ColorSchemes.gentle fade of blue colors, giving the impression of a cold winter wind blowing through the screen.

Recommended delay: 15 seconds

Recommended for light mode.

Implementation

static FaderPainterData get winterWind => FaderPainterData(
      behavior: FaderBehavior.breathe,
      colors: ColorSchemes.gentleBlue,
    );