RenderShiftedBox(RenderBox child)

Initializes the child property for sublasses.

Source

RenderShiftedBox(RenderBox child) {
  this.child = child;
}