replaceModifiers
abstract fun <T : HasModifiers> replaceModifiers(node: T, modifiers: ReadonlyArray<Modifier>?): T(source)
Updates a node that may contain modifiers, replacing only the modifiers of the node.
Updates a node that may contain modifiers, replacing only the modifiers of the node.