class EdgeButtonColors


Represents the container and content colors used in textEdgeButton or iconEdgeButton.

Summary

Public constructors

Public properties

ColorBuilders.ColorProp

The container color to be used for a button.

ColorBuilders.ColorProp

The color or icon tint color to be used for all content within a button.

Public constructors

EdgeButtonColors

Added in 1.3.0-alpha02
EdgeButtonColors(
    container: ColorBuilders.ColorProp,
    content: ColorBuilders.ColorProp
)

Public properties

container

Added in 1.3.0-alpha02
val containerColorBuilders.ColorProp

The container color to be used for a button.

content

Added in 1.3.0-alpha02
val contentColorBuilders.ColorProp

The color or icon tint color to be used for all content within a button.