FragmentState


class FragmentState


Holder for the fragment state.

Summary

Public constructors

Public constructors

FragmentState

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