UiPositioned constructor
const
UiPositioned({})
UiWidget for Positioned, or AnimatedPositioned if duration is present.
Implementation
const UiPositioned({
super.key,
this.left,
this.top,
this.right,
this.bottom,
this.width,
this.height,
super.duration,
super.curve,
super.onEnd,
super.child,
});