ButtonStyle

interface ButtonStyle

Style configuration for a Button, including buttonColors and border settings. Implementations of this interface customize the visual appearance of Button.

Inheritors

Properties

Link copied to clipboard

Providing the button colors configuration.

Functions

Link copied to clipboard
open fun getBorder(width: Dp, enabled: Boolean): BorderStroke?

Retrieves the border stroke configuration for the button based on the specified parameters.