border

fun border(color: ColorSchema, thickness: Int, radius: RadiusSchema? = null)

Draws a border around the tile.

Parameters

color

Color of the border stroke.

thickness

Thickness of the border stroke, in dp.

radius

Corner rounding applied to the border, built with radius. Defaults to none (square corners).