RestorationScope constructor
Creates a RestorationScope.
Providing null as the restorationId
turns off state restoration for
the child
and its descendants.
Implementation
const RestorationScope({
super.key,
required this.restorationId,
required this.child,
});