Creates a fractional translation transition.
The position argument is required.
Source
SlideTransition({
Key key,
Animation<FractionalOffset> position,
this.transformHitTests: true,
this.child
}) : super(key: key, animation: position);
Creates a fractional translation transition.
The position argument is required.
SlideTransition({
Key key,
Animation<FractionalOffset> position,
this.transformHitTests: true,
this.child
}) : super(key: key, animation: position);