Positioned constructor
const
Positioned({})
Implementation
const Positioned({
required this.child,
this.top,
this.right,
this.bottom,
this.left,
this.inset,
this.style,
super.key,
});
const Positioned({
required this.child,
this.top,
this.right,
this.bottom,
this.left,
this.inset,
this.style,
super.key,
});