toRepaintBoundaryFlowLayout method
Convert to RenderRepaintBoundaryFlowLayout
Implementation
RenderRepaintBoundaryFlowLayout toRepaintBoundaryFlowLayout() {
RenderRepaintBoundaryFlowLayout repaintBoundaryFlowLayout = RenderRepaintBoundaryFlowLayout(
renderStyle: renderStyle,
);
copyWith(repaintBoundaryFlowLayout);
repaintBoundaryFlowLayout.addAll(detachChildren());
return repaintBoundaryFlowLayout;
}