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 Radiuswith the given value as bottom left and bottom right.
- bottom_left 
- Creates a new Radiuswith the given bottom left value.
- bottom_right 
- Creates a new Radiuswith the given bottom right value.
- color
- Creates a new Borderwith the givenColor.
- left
- Creates a new Radiuswith the given value as top left and bottom left.
- radius
- Creates a new Radiuswith the same value for each corner.
- right
- Creates a new Radiuswith the given value as top right and bottom right.
- rounded
- Creates a new Borderwith the givenRadius.
- top
- Creates a new Radiuswith the given value as top left and top right.
- top_left 
- Creates a new Radiuswith the given top left value.
- top_right 
- Creates a new Radiuswith the given top right value.
- width
- Creates a new Borderwith the givenwidth.