AlignTransition constructor
Creates an animated Align whose AlignmentGeometry animation updates the widget.
See also:
Implementation
const AlignTransition({
super.key,
required Animation<AlignmentGeometry> alignment,
required this.child,
this.widthFactor,
this.heightFactor,
}) : super(listenable: alignment);