Red

data object Red : InfoBoxStyle

InfoBox style with a red background color.

Properties

Link copied to clipboard
open override val backgroundColor: Color

A Color that sets the background color of the info box.

Link copied to clipboard
open override val borderColor: Color

A Color that sets the border color of the info box.

Link copied to clipboard
open override val dashedBorderDashWidth: Dp?
Link copied to clipboard
open override val dashedBorderGapWidth: Dp?
Link copied to clipboard
open override val iconTint: Color

A Color that sets the tint color for the icon displayed in the info box.

Link copied to clipboard
open override val textColor: Color

A Color that sets the color of the text within the info box.