isParentRenderLayoutBox method

bool isParentRenderLayoutBox()
inherited

Implementation

@pragma('vm:prefer-inline')
bool isParentRenderLayoutBox() {
  return getAttachedRenderParentRenderStyle()?.isSelfRenderLayoutBox() == true;
}