Default Library Colors
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
Represents the background color for this library item.
Link copied to clipboard
Represents the content color for this library item.
Link copied to clipboard
Represents the text color of the dialog's confirm button
Link copied to clipboard
Represents the colors used for the Library.funding chip.
Link copied to clipboard
Represents the colors used for the Library.licenses chip.
Link copied to clipboard
Represents the colors used for the Library.artifactVersion chip.