Positioned constructor
const
Positioned({})
Creates a Positioned widget with optional offsets from each edge.
Implementation
const Positioned({
super.key,
this.left,
this.top,
this.right,
this.bottom,
this.width,
this.height,
required super.child,
});