vico
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
vico
compose
/
com.patrykandpatrick.vico.compose.common.component
/
rememberShapeComponent
remember
Shape
Component
@
Composable
fun
rememberShapeComponent
(
fill
:
Fill
=
Fill.Black
,
shape
:
Shape
=
RectangleShape
,
margins
:
Insets
=
Insets.Zero
,
strokeFill
:
Fill
=
Fill.Transparent
,
strokeThickness
:
Dp
=
0.dp
,
shadows
:
List
<
Shadow
>
=
emptyList()
)
:
ShapeComponent
Creates and remembers a
ShapeComponent
.