restorationId property

String? restorationId
final

Restoration ID to save and restore the scroll offset of the scrollable.

Corresponds to Material's PageView's restorationId parameter: https://api.flutter.dev/flutter/widgets/PageView-class.html

Implementation

final String? restorationId;