horizontal constant
Slide left when increasing, slide right when decreasing
Implementation
static const horizontal = DirectionalEffect(
forward: SlotEffect.slideLeft,
reverse: SlotEffect.slideRight,
);
Slide left when increasing, slide right when decreasing
static const horizontal = DirectionalEffect(
forward: SlotEffect.slideLeft,
reverse: SlotEffect.slideRight,
);