Border
inline fun ResourcesScope.Border(edgeAll: BorderEdge? = null, edgeHorizontal: BorderEdge? = null, edgeVertical: BorderEdge? = null, edgeStart: BorderEdge? = null, edgeEnd: BorderEdge? = null, edgeTop: BorderEdge? = null, edgeBottom: BorderEdge? = null, edgeLeft: BorderEdge? = null, edgeRight: BorderEdge? = null, radius: BorderRadius? = null, effect: BorderEffect? = null): Border
Creates a border style to be applied to a component
Parameters
edge All
sets the props for all edges.
edge Horizontal
customises both horizontal edges.
edge Vertical
customises both vertical edges.
edge Start
customises the start edge, from top to bottom.
edge End
customises end edge, from top to bottom.
edge Top
customises the top edge of the border.
edge Bottom
customises the bottom edge of the border.
edge Left
customises the left edge of the border.
edge Right
customises for the right edge of the border.
radius
customises each corner radius.
effect
applies an effect to the border.