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