//ui/dev.atick.core.ui.theme/TintTheme
TintTheme
[androidJvm]\ @Immutable
data class TintTheme(val iconTint: Color? = null)
A class to model background color and tonal elevation values.
Constructors
TintTheme | [androidJvm] constructor(iconTint: Color? = null) |
Properties
Name | Summary |
---|---|
iconTint | [androidJvm] val iconTint: Color? = null |