-
public final class BottomSheetState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBottomSheetState.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisVisibleprivate final BottomSheetValueinitialValue
-
Constructor Summary
Constructors Constructor Description BottomSheetState(BottomSheetValue initialValue)
-
Method Summary
Modifier and Type Method Description final BooleangetIsVisible()final BottomSheetValuegetInitialValue()final Unitshow()final UnitanimateTo(BottomSheetValue targetValue)final Unithide()-
-
Constructor Detail
-
BottomSheetState
BottomSheetState(BottomSheetValue initialValue)
-
-
Method Detail
-
getIsVisible
final Boolean getIsVisible()
-
getInitialValue
final BottomSheetValue getInitialValue()
-
animateTo
final Unit animateTo(BottomSheetValue targetValue)
-
-
-
-