horizontal constant

DirectionalEffect const horizontal

Slide left when increasing, slide right when decreasing

Implementation

static const horizontal = DirectionalEffect(
  forward: SlotEffect.slideLeft,
  reverse: SlotEffect.slideRight,
);