RenderPositionedBox constructor
Stores the alignment and adopts child when given.
Implementation
RenderPositionedBox({required Alignment alignment, RenderBox? child})
: _alignment = alignment {
setSingleRenderObjectChild(this, child);
}
Stores the alignment and adopts child when given.
RenderPositionedBox({required Alignment alignment, RenderBox? child})
: _alignment = alignment {
setSingleRenderObjectChild(this, child);
}