I've got a parent widget that has a Stack with two children. When using setState in the parent, without actually changing something (setState with empty body) why are the build methods of the children being called?
Is it not the case that flutter rebuilds only the widgets with dirty params?