restorationId property
final
Restoration ID to save and restore the state of the Route configured by this page.
If no restoration ID is provided, the Route will not restore its state.
See also:
- RestorationManager, which explains how state restoration works in Flutter.
Implementation
final String? restorationId;