isParentRenderLayoutBox method

bool isParentRenderLayoutBox()

Implementation

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