GuidanceColor

data class GuidanceColor(val primary: DashColor, val onPrimary: DashColor, val onPrimaryInactive: DashColor, val secondary: DashColor, val onSecondary: DashColor, val onSecondaryInactive: DashColor, val tertiary: DashColor, val onTertiary: DashColor, val onTertiaryInactive: DashColor) : ComposeFactory<DashGuidanceColor>

Constructors

Link copied to clipboard
constructor(primary: DashColor, onPrimary: DashColor, onPrimaryInactive: DashColor, secondary: DashColor, onSecondary: DashColor, onSecondaryInactive: DashColor, tertiary: DashColor, onTertiary: DashColor, onTertiaryInactive: DashColor)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard