oskit-compose
Toggle table of contents
4.0.1
common
Platform filter
common
Switch theme
Search in API
oskit-compose
oskit-compose
/
com.outsidesource.oskitcompose.systemui
/
KmpWindowInsets
Kmp
Window
Insets
data
class
KmpWindowInsets
(
top
:
Dp
=
0.dp
,
right
:
Dp
=
0.dp
,
bottom
:
Dp
=
0.dp
,
left
:
Dp
=
0.dp
)
:
WindowInsets
Members
Constructors
Kmp
Window
Insets
Link copied to clipboard
constructor
(
top
:
Dp
=
0.dp
,
right
:
Dp
=
0.dp
,
bottom
:
Dp
=
0.dp
,
left
:
Dp
=
0.dp
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Bottom
Link copied to clipboard
open
override
fun
getBottom
(
density
:
Density
)
:
Int
get
Left
Link copied to clipboard
open
override
fun
getLeft
(
density
:
Density
,
layoutDirection
:
LayoutDirection
)
:
Int
get
Right
Link copied to clipboard
open
override
fun
getRight
(
density
:
Density
,
layoutDirection
:
LayoutDirection
)
:
Int
get
Top
Link copied to clipboard
open
override
fun
getTop
(
density
:
Density
)
:
Int