isParentRenderFlowLayout method

bool isParentRenderFlowLayout()
inherited

Implementation

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