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

edgeAll

sets the props for all edges.

edgeHorizontal

customises both horizontal edges.

edgeVertical

customises both vertical edges.

edgeStart

customises the start edge, from top to bottom.

edgeEnd

customises end edge, from top to bottom.

edgeTop

customises the top edge of the border.

edgeBottom

customises the bottom edge of the border.

edgeLeft

customises the left edge of the border.

edgeRight

customises for the right edge of the border.

radius

customises each corner radius.

effect

applies an effect to the border.