GroupPositioned constructor
const
GroupPositioned({})
Implementation
const GroupPositioned({
super.key,
this.top,
this.left,
this.right,
this.bottom,
this.width,
this.height,
required super.child,
});