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