Skip ignored children in RenderObject.visitChildrenForSemantics
#32
Labels
bug
Something isn't working
RenderObject.visitChildrenForSemantics
#32
As in the title, if we don't paint children by calling
BoxyChild.ignore()
inside aBoxyDelegate
, we most likely don't want to include it in the semantics tree, so that the screen readers won't bother with the children we didn't want to paint.The text was updated successfully, but these errors were encountered: