Default Color Theme
data class DefaultColorTheme(name: String, primaryForegroundColor: TileColor, secondaryForegroundColor: TileColor, primaryBackgroundColor: TileColor, secondaryBackgroundColor: TileColor, accentColor: TileColor) : ColorTheme
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
toContainerStyle
Link copied to clipboard
Creates a ComponentStyleSet which is intended to be used as a default for containers (eg: Panels, HBoxes, VBoxes.
toInteractableStyle
Link copied to clipboard
toInteractiveStyle
Link copied to clipboard
Creates a ComponentStyleSet which is intended to be used as a default for interactive components (eg: Buttons, ToggleButtons and so on).
toPrimaryContentStyle
Link copied to clipboard
Creates a ComponentStyleSet which is intended to be used as a default for emphasized content (eg: Headers).
toSecondaryContentStyle
Link copied to clipboard
Creates a ComponentStyleSet which is intended to be used as a default for non-emphasized content (eg: Labels, Paragraphs, and so on).
Properties
accentColor
Link copied to clipboard
name
Link copied to clipboard
primaryBackgroundColor
Link copied to clipboard
primaryForegroundColor
Link copied to clipboard
secondaryBackgroundColor
Link copied to clipboard
secondaryForegroundColor
Link copied to clipboard
Sources
(source)
Link copied to clipboard