copy

open override fun copy(fill: Fill, shape: Shape, margins: Insets, strokeFill: Fill, strokeThickness: Dp): 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): LineComponent

Creates a new LineComponent based on this one.