RenderShiftedBox constructor

RenderShiftedBox(RenderBox child)

Initializes the child property for subclasses.

Implementation

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