RelativePositionedTransitionModifier constructor
const
RelativePositionedTransitionModifier({})
Create an animated version of Positioned.
Each frame, the Positioned widget will be configured to represent the
current value of the rect argument assuming that the stack has the given
size. Both rect and size must not be null.
Implementation
const RelativePositionedTransitionModifier({
super.key,
super.child,
super.modifierKey,
required this.rect,
required this.size,
});