TopTipsColors

data class TopTipsColors(val containerColor: Color, val contentColor: Color, val actionColor: Color, val closeButtonColor: Color, val closeIconColor: Color)

Colors used by a TopTips.

Parameters

containerColor

The background color of the banner.

contentColor

The color of the message.

actionColor

The color of the action label.

closeButtonColor

The fill color of the close button circle.

closeIconColor

The color of the cross inside the close button.

Constructors

Link copied to clipboard
constructor(containerColor: Color, contentColor: Color, actionColor: Color, closeButtonColor: Color, closeIconColor: Color)

Properties

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