How can I force the parent to rebuild? Since your parent is a Stateless Widget, you cannot change it’s color. You must use a StatefulWidget instead. Otherwise, you can use a Callback function from the child to the parent .
How can I force the parent to rebuild? Since your parent is a Stateless Widget, you cannot change it’s color. You must use a StatefulWidget instead. Otherwise, you can use a Callback function from the child to the parent .