SlideTransitionModifier constructor
const
SlideTransitionModifier({})
Creates a fractional translation transition.
The position
argument must not be null.
Implementation
const SlideTransitionModifier({
super.key,
super.child,
super.modifierKey,
required this.position,
this.transformHitTests = true,
this.textDirection,
});