BottomSheetStandardState

constructor(initialValue: BottomSheetStandardStateValue, density: Density, hasHiddenState: Boolean)

Parameters

initialValue

the initial BottomSheetStandardStateValue of the state. Must not be set to Hidden if hasHiddenState is set to false.

density

the Density that this state can use to convert values to and from dp.

hasHiddenState

whether the BottomSheetStandardState has a Hidden state.