DefaultLibraryColors

class DefaultLibraryColors(val backgroundColor: Color, val contentColor: Color, val versionChipColors: ChipColors, val licenseChipColors: ChipColors, val fundingChipColors: ChipColors, val dialogConfirmButtonColor: Color) : LibraryColors

Default LibraryColors.

Constructors

Link copied to clipboard
constructor(backgroundColor: Color, contentColor: Color, versionChipColors: ChipColors, licenseChipColors: ChipColors, fundingChipColors: ChipColors, dialogConfirmButtonColor: Color)

Properties

Link copied to clipboard
open override val backgroundColor: Color

Represents the background color for this library item.

Link copied to clipboard
open override val contentColor: Color

Represents the content color for this library item.

Link copied to clipboard
open override val dialogConfirmButtonColor: Color

Represents the text color of the dialog's confirm button

Link copied to clipboard
open override val fundingChipColors: ChipColors

Represents the colors used for the Library.funding chip.

Link copied to clipboard
open override val licenseChipColors: ChipColors

Represents the colors used for the Library.licenses chip.

Link copied to clipboard
open override val versionChipColors: ChipColors

Represents the colors used for the Library.artifactVersion chip.