copy
open override fun copy(fill: Fill = this.fill, shape: Shape = this.shape, margins: Insets = this.margins, strokeFill: Fill = this.strokeFill, strokeThickness: Dp = this.strokeThickness, shadows: List<Shadow> = this.shadows): LineComponent
open fun copy(fill: Fill = this.fill, thickness: Dp = this.thickness, shape: Shape = this.shape, margins: Insets = this.margins, strokeFill: Fill = this.strokeFill, strokeThickness: Dp = this.strokeThickness, shadows: List<Shadow> = this.shadows): LineComponent
Creates a new LineComponent based on this one.