RenderShiftedBox constructor

RenderShiftedBox(
  1. RenderBox? child
)

Initializes the child property for subclasses.

Implementation

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