Kepko
Toggle table of contents
1.3.5
common
Target filter
common
Switch theme
Search in API
Skip to content
Kepko
foundation
/
glass.yasan.kepko.foundation.border
Package-level
declarations
Functions
Functions
border
Link copied to clipboard
@
Composable
fun
Modifier
.
border
(
brush
:
Brush
,
shape
:
Shape
=
RectangleShape
,
width
:
Dp
=
KepkoTheme.dimensions.borderThickness
)
:
Modifier
@
Composable
fun
Modifier
.
border
(
color
:
Color
=
KepkoTheme.colors.outline
,
shape
:
Shape
=
RectangleShape
,
width
:
Dp
=
KepkoTheme.dimensions.borderThickness
)
:
Modifier
border
Stroke
Link copied to clipboard
@
Composable
fun
borderStroke
(
color
:
Color
=
KepkoTheme.colors.outline
,
thickness
:
Dp
=
KepkoTheme.dimensions.borderThickness
)
:
BorderStroke
border
Stroke
For
Link copied to clipboard
@
Composable
fun
borderStrokeFor
(
containerColor
:
Color
)
:
BorderStroke
?