CalloutBorderStyle

The options for the style of border the Callout widget renders.

The only difference between this and the BorderStyle is that the Callout widget also supports a pill shaped border.

Inheritors

Types

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

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

Link copied to clipboard

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

Link copied to clipboard

Renders a border with fully rounded corners.

Link copied to clipboard

Renders a border with slightly rounded corners.

Link copied to clipboard

Renders a border with square corners.