toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.view
/
ViewFactory
View
Factory
data
class
ViewFactory
(
val
name
:
String
,
val
build
:
(
)
->
View
)
Members
Constructors
View
Factory
Link copied to clipboard
constructor
(
name
:
String
,
build
:
(
)
->
View
)
Properties
build
Link copied to clipboard
val
build
:
(
)
->
View
name
Link copied to clipboard
val
name
:
String