isLastChildAreRenderLayoutBox method

bool isLastChildAreRenderLayoutBox()

Implementation

@pragma('vm:prefer-inline')
bool isLastChildAreRenderLayoutBox() {
  return target.lastAttachedRenderChild?.attachedRenderer is RenderLayoutBox;
}