ClerkButtonIcons

data class ClerkButtonIcons(val trailingIcon: Int?, val leadingIcon: Int?, val trailingIconColor: Color?, val leadingIconColor: Color?)

Represents the icon configuration for a Clerk button.

Constructors

Link copied to clipboard
constructor(trailingIcon: Int?, leadingIcon: Int?, trailingIconColor: Color?, leadingIconColor: Color?)

Properties

Link copied to clipboard

The drawable resource for the leading icon.

Link copied to clipboard

The color of the leading icon.

Link copied to clipboard

The drawable resource for the trailing icon.

Link copied to clipboard

The color of the trailing icon.