restorationId property

String? restorationId
final

The restoration ID used to identify the child bucket that this widget will insert into the tree.

If this is null, no bucket is made available to descendants and state restoration for the subtree is essentially turned off.

Implementation

final String? restorationId;