wild
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
wild
style
/
io.daio.wild.style
/
Border
Border
@
Immutable
data
class
Border
(
val
borderStroke
:
BorderStroke
=
BorderStroke(0.dp, Color.Unspecified)
,
val
inset
:
Dp
=
0.dp
,
val
shape
:
Shape
=
BorderDefaults.BorderDefaultShape
)
Members
Constructors
Border
Link copied to clipboard
constructor
(
borderStroke
:
BorderStroke
=
BorderStroke(0.dp, Color.Unspecified)
,
inset
:
Dp
=
0.dp
,
shape
:
Shape
=
BorderDefaults.BorderDefaultShape
)
Properties
border
Stroke
Link copied to clipboard
val
borderStroke
:
BorderStroke
inset
Link copied to clipboard
val
inset
:
Dp
shape
Link copied to clipboard
val
shape
:
Shape
width
Link copied to clipboard
val
width
:
Dp