onRestoreState property

(bool? Function(BuildContext)?) onRestoreState
final

function to restore expansion state. Return null if there is no state to store; in this case, initiallyExpanded will be used

Implementation

final bool? Function(BuildContext)? onRestoreState;