Common Component Properties
fun <T : Component> CommonComponentProperties(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)
Content copied to clipboard
Sources
(source)
Link copied to clipboard