isSelfRenderLayoutBox method

bool isSelfRenderLayoutBox()

Implementation

@pragma('vm:prefer-inline')
bool isSelfRenderLayoutBox() {
  return attachedRenderBoxModel is RenderLayoutBox;
}