semanticui
0.14.1
semanticui
/
de.peekandpoke.kraft.semanticui
/
SemanticColorToColor
/
ColorAndName
Color
And
Name
data
class
ColorAndName
(
val
semantic
:
SemanticColor
,
val
color
:
Color
,
val
name
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Color
And
Name
Link copied to clipboard
fun
ColorAndName
(
semantic
:
SemanticColor
,
color
:
Color
,
name
:
String
)
Content copied to clipboard
Properties
color
Link copied to clipboard
val
color
:
Color
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
semantic
Link copied to clipboard
val
semantic
:
SemanticColor
Content copied to clipboard