class FragmentState


Holder for the fragment state.

Summary

Public constructors

Public constructors

FragmentState

Added in 1.8.0-beta01
FragmentState(
    state: MutableState<Fragment.SavedState?> = mutableStateOf(null)
)