restorationId property

String? restorationId
final

Restore ID to save and restore the scroll offset of the listing.

If a restore ID is specified, the listing retains the current scroll offset and restores it during state restoration.

リストのスクロールオフセットを保存および復元するための復元ID。

復元IDを指定すると、リストは現在のスクロールオフセットを保持し、状態の復元中にそれを復元します。

Implementation

final String? restorationId;