isParentRenderLayoutBox method

bool isParentRenderLayoutBox()
inherited

Implementation

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