BorderStyle

interface BorderStyle

The options for the style of border the widgets render.

Inheritors

Types

Link copied to clipboard
class Custom(color: ColorValue, radius: Float = 0.0f) : BorderStyle

Renders a border in the specified color and with the specified radius.

Link copied to clipboard
object None : BorderStyle

Renders widgets with no borders and no padding around the internal content.

Link copied to clipboard

Renders a border with slightly rounded corners.

Link copied to clipboard

Renders a border with square corners.