You just need to add a field to child widget then in parent widget change value of that field and call setState() .
Read moreDoes setState rebuild?
setState() It is used to notify the framework that “data has changed”, and the widget at this build context should be rebuilt .
Read more