copy

fun copy(colorTheme: ColorTheme? = null, componentStyleSet: ComponentStyleSet = ComponentStyleSet.defaultStyleSet(), tileset: TilesetResource = RuntimeConfig.config.defaultTileset, alignmentStrategy: AlignmentStrategy = ComponentAlignments.positionalAlignment(0, 0), decorationRenderers: List<ComponentDecorationRenderer> = listOf(), componentRenderer: ComponentRenderer<out T> = NoOpComponentRenderer(), updateOnAttach: Boolean = true): CommonComponentProperties<T>

Sources

(source)
Link copied to clipboard