isParentRenderFlowLayout method

bool isParentRenderFlowLayout()

Implementation

@pragma('vm:prefer-inline')
bool isParentRenderFlowLayout() {
  return getParentRenderStyle()?.isSelfRenderFlowLayout() == true;
}