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