isParentRenderFlowLayout method

bool isParentRenderFlowLayout()
inherited

Implementation

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