isSelfRenderLayoutBox method

bool isSelfRenderLayoutBox()
inherited

Implementation

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