isLastChildAreRenderLayoutBox method

bool isLastChildAreRenderLayoutBox()
inherited

Implementation

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