restorationId property
Restoration ID to save and restore the state of the VerticalDateRangePicker.
If it is non-null, the date range picker will persist and restore the date range selected on the dialog.
The state of this widget is persisted in a RestorationBucket claimed from the surrounding RestorationScope using the provided restoration ID.
See also:
- RestorationManager, which explains how state restoration works in Flutter.
Implementation
final String? restorationId;