isPositionHolderParentIsRenderLayoutBox method

bool isPositionHolderParentIsRenderLayoutBox()

Implementation

@pragma('vm:prefer-inline')
bool isPositionHolderParentIsRenderLayoutBox() {
  return attachedRenderBoxModel?.renderPositionPlaceholder?.parent is RenderLayoutBox;
}