styling
/
dev.fritz2.styling.theme
/
Theme
/
Companion
js
Companion
object
Companion
Content copied to clipboard
Functions
Properties
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
invoke
Link copied to clipboard
js
operator fun
invoke
():
Theme
Content copied to clipboard
gets the current active
Theme
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
use
Link copied to clipboard
js
fun
use
(theme:
Theme
)
Content copied to clipboard
sets the current active theme
Properties
data
Link copied to clipboard
js
val
data
:
Flow
<
Theme
>
Content copied to clipboard
exposes the current
Theme
as a
Flow