ive been struggling with custom components not announcing correctly when they arent wrapped in standard material buttons. the way semantics can get lost in deeply nested layouts is a nightmare for testing. i started using
TalkBack on my physical test device every single day instead of just relying on layout inspectors. it really changes how u perceive the focus order. are u using
clearAndSetSemantics
to reset the tree for those complex custom widgets, or just sticking to basic modifiers? ❓