PrimaryButtonStyle

data class PrimaryButtonStyle(val colorsLight: PrimaryButtonColors, val colorsDark: PrimaryButtonColors, val shape: PrimaryButtonShape, val typography: PrimaryButtonTypography)

Constructors

Link copied to clipboard
constructor(colorsLight: PrimaryButtonColors, colorsDark: PrimaryButtonColors, shape: PrimaryButtonShape, typography: PrimaryButtonTypography)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions