public final class EdgeButtonColors


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

Summary

Public constructors

Public methods

final @NonNull ColorBuilders.ColorProp

The container color to be used for a button.

final @NonNull 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
public EdgeButtonColors(
    @NonNull ColorBuilders.ColorProp container,
    @NonNull ColorBuilders.ColorProp content
)

Public methods

getContainer

Added in 1.3.0-alpha02
public final @NonNull ColorBuilders.ColorProp getContainer()

The container color to be used for a button.

getContent

Added in 1.3.0-alpha02
public final @NonNull ColorBuilders.ColorProp getContent()

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