如何在 flutter 中设置来自父 class 的子 class

how to SetState the child class from parent class in flutter

我想在 flutter

中设置来自父 class(有状态)的子 class(有状态)的状态

在 flutter 中,只要您在小部件中调用 setState,它就会自动重建所有子项。因此,您需要做的就是在父部件

中调用setState