The State object consists of values that can change. The State object contains its associated widget’s ‘mutable state . ‘ — it stores values that can change over time. When those values have changed, more often than not, the associated StatefulWidget is re-created.