toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-views-compose
/
com.mapbox.dash.compose.component
/
BottomSheetState
Bottom
Sheet
State
@
Stable
class
BottomSheetState
(
initialValue
:
BottomSheetValue
)
Members
Constructors
Bottom
Sheet
State
Link copied to clipboard
constructor
(
initialValue
:
BottomSheetValue
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
current
Value
Link copied to clipboard
val
currentValue
:
BottomSheetValue
half
Expanded
Offset
Link copied to clipboard
val
halfExpandedOffset
:
Float
?
is
Animation
Running
Link copied to clipboard
val
isAnimationRunning
:
Boolean
is
Collapsed
Link copied to clipboard
val
isCollapsed
:
Boolean
is
Expanded
Link copied to clipboard
val
isExpanded
:
Boolean
is
Half
Expanded
Link copied to clipboard
val
isHalfExpanded
:
Boolean
max
Offset
Link copied to clipboard
val
maxOffset
:
Float
min
Offset
Link copied to clipboard
val
minOffset
:
Float
offset
Link copied to clipboard
val
offset
:
Float
?
progress
Link copied to clipboard
val
progress
:
Float
Functions
collapse
Link copied to clipboard
suspend
fun
collapse
(
)
expand
Link copied to clipboard
suspend
fun
expand
(
)
half
Expand
Link copied to clipboard
suspend
fun
halfExpand
(
)
require
Offset
Link copied to clipboard
fun
requireOffset
(
)
:
Float