styling
/
dev.fritz2.styling.theme
/
Thickness
js
Thickness
class
Thickness
(none:
Property
, normal:
Property
, thin:
Property
, fat:
Property
, hair:
Property
)
Content copied to clipboard
Defines a value that has different expressions for different thicknesses.
Constructors
Functions
Properties
Constructors
Thickness
Link copied to clipboard
js
fun
Thickness
(none:
Property
, normal:
Property
, thin:
Property
= normal, fat:
Property
= normal, hair:
Property
= thin)
Content copied to clipboard
Functions
equals
Link copied to clipboard
js
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
js
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
Properties
fat
Link copied to clipboard
js
val
fat
:
Property
Content copied to clipboard
hair
Link copied to clipboard
js
val
hair
:
Property
Content copied to clipboard
inherit
Link copied to clipboard
js
val
inherit
:
Property
Content copied to clipboard
initial
Link copied to clipboard
js
val
initial
:
Property
Content copied to clipboard
none
Link copied to clipboard
js
val
none
:
Property
Content copied to clipboard
normal
Link copied to clipboard
js
val
normal
:
Property
Content copied to clipboard
thin
Link copied to clipboard
js
val
thin
:
Property
Content copied to clipboard