TranslateEffect constructor
const
TranslateEffect({
- int startOffset = 10,
- bool snap = true,
- Axis animationAxis = Axis.horizontal,
- AnimationType type = AnimationType.always,
Implementation
const TranslateEffect(
{this.startOffset = 10,
this.snap = true,
this.animationAxis = Axis.horizontal,
this.type = AnimationType.always});