You press a button.You change one value.Suddenly your whole screen rebuilds even widgets that had nothing to do with the change.
You might be thinking:
“But I only called setState() once… what’s the problem?”
Flutter is fast but unnecessary widget ...