Expand description
Draw lines around containers.
Structs§
- Border
- A border.
- Radius
- The border radii for the corners of a graphics primitive in the order: top-left, top-right, bottom-right, bottom-left.
Functions§
- bottom
- Creates a new
Radius
with the given value as bottom left and bottom right. - bottom_
left - Creates a new
Radius
with the given bottom left value. - bottom_
right - Creates a new
Radius
with the given bottom right value. - color
- Creates a new
Border
with the givenColor
. - left
- Creates a new
Radius
with the given value as top left and bottom left. - radius
- Creates a new
Radius
with the same value for each corner. - right
- Creates a new
Radius
with the given value as top right and bottom right. - rounded
- Creates a new
Border
with the givenRadius
. - top
- Creates a new
Radius
with the given value as top left and top right. - top_
left - Creates a new
Radius
with the given top left value. - top_
right - Creates a new
Radius
with the given top right value. - width
- Creates a new
Border
with the givenwidth
.