toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-views-compose
/
com.mapbox.dash.compose
/
ComposeInsets
Compose
Insets
@
Immutable
data
class
ComposeInsets
(
val
start
:
Dp
=
0.dp
,
val
top
:
Dp
=
0.dp
,
val
end
:
Dp
=
0.dp
,
val
bottom
:
Dp
=
0.dp
)
Members
Constructors
Compose
Insets
Link copied to clipboard
constructor
(
start
:
Dp
=
0.dp
,
top
:
Dp
=
0.dp
,
end
:
Dp
=
0.dp
,
bottom
:
Dp
=
0.dp
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Dp
end
Link copied to clipboard
val
end
:
Dp
start
Link copied to clipboard
val
start
:
Dp
top
Link copied to clipboard
val
top
:
Dp