Toolkit
Toggle table of contents
1.7.7
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolkit
compose
/
glass.yasan.toolkit.compose.spacer
Package-level
declarations
Functions
Functions
Horizontal
Spacer
Link copied to clipboard
@
Composable
fun
HorizontalSpacer
(
width
:
Dp
,
modifier
:
Modifier
=
Modifier
)
horizontal
Spacer
Item
Link copied to clipboard
fun
LazyListScope
.
horizontalSpacerItem
(
width
:
Dp
,
modifier
:
Modifier
=
Modifier
)
Spacer
Link copied to clipboard
@
Composable
fun
Spacer
(
height
:
Dp
,
width
:
Dp
,
modifier
:
Modifier
=
Modifier
)
spacer
Item
Link copied to clipboard
fun
LazyListScope
.
spacerItem
(
height
:
Dp
,
width
:
Dp
,
modifier
:
Modifier
=
Modifier
)
Vertical
Spacer
Link copied to clipboard
@
Composable
fun
VerticalSpacer
(
height
:
Dp
,
modifier
:
Modifier
=
Modifier
)
vertical
Spacer
Item
Link copied to clipboard
fun
LazyListScope
.
verticalSpacerItem
(
height
:
Dp
,
modifier
:
Modifier
=
Modifier
)