Border

public interface Border

Tokens used for outlines and dividers.

Types

Link copied to clipboard
public class Companion

Companion object for Border interface, provides a factory method for creating Border instances.

Functions

Link copied to clipboard
public abstract Color getDefault()

The primary border color for components like text fields and buttons, and also for dividers.

Link copied to clipboard
public abstract Color getSubtle()

A less prominent border or divider color with lower visual contrast.