is View State Restoration Enabled
Flag to determine whether to save the state by calling on the view the saveHierarchyState to save its state and restoreHierarchyState to restore it. Defaults to false
. When enabled, the view must implement
View#onSaveInstanceState
and View#onRestoreInstanceState
, and a unique id must be set by setId.