ExTranslateAnimation constructor
const
ExTranslateAnimation({})
Implementation
const ExTranslateAnimation({
super.key,
this.duration = const Duration(milliseconds: 800),
this.child,
this.offset = 40.0,
this.curve = Curves.fastOutSlowIn,
this.offsetDirection = Axis.vertical,
});