Top Tips Colors
data class TopTipsColors(val containerColor: Color, val contentColor: Color, val actionColor: Color, val closeButtonColor: Color, val closeIconColor: Color)
Colors used by a TopTips.
Parameters
container Color
The background color of the banner.
content Color
The color of the message.
action Color
The color of the action label.
close Button Color
The fill color of the close button circle.
close Icon Color
The color of the cross inside the close button.