copy

open fun copy(style: TextStyle = this.textStyle, lineCount: Int = this.lineCount, textOverflow: TextOverflow = this.textOverflow, margins: Insets = this.margins, padding: Insets = this.padding, background: Component? = this.background, minWidth: TextComponent.MinWidth = this.minWidth): TextComponent

Creates a new TextComponent based on this one.