BottomSheetStandardState
class BottomSheetStandardState(initialValue: BottomSheetStandardStateValue, density: Density, val hasHiddenState: Boolean)
State of BottomSheetStandard composable.
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.
Properties
Link copied to clipboard
The current value of the BottomSheetStandardState.
Link copied to clipboard
Link copied to clipboard
The target value the state will settle at once the current interaction ends, or the currentValue if there is no interaction in progress.