RenderShiftedBox constructor
Initializes the child
property for subclasses.
Implementation
RenderShiftedBox(RenderBox child) {
this.child = child;
}
Initializes the child
property for subclasses.
RenderShiftedBox(RenderBox child) {
this.child = child;
}