isFirstChildAreRenderFlowLayoutBox method

bool isFirstChildAreRenderFlowLayoutBox()
inherited

Implementation

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