PositionedModel constructor
PositionedModel(})
Implementation
PositionedModel(super.parent, super.id,
{dynamic left,
dynamic right,
dynamic top,
dynamic bottom,
dynamic xoffset,
dynamic yoffset,
dynamic depth,
this.child,
super.scope}) {
this.top = top;
this.bottom = bottom;
this.left = left;
this.right = right;
this.xoffset = xoffset;
this.yoffset = yoffset;
this.depth = depth;
}