copy

open override fun copy(fill: Fill, shape: Shape, margins: Dimensions, strokeFill: Fill, strokeThicknessDp: Float, shadow: Shadow?): LineComponent
open fun copy(fill: Fill = this.fill, thicknessDp: Float = this.thicknessDp, shape: Shape = this.shape, margins: Dimensions = this.margins, strokeFill: Fill = this.strokeFill, strokeThicknessDp: Float = this.strokeThicknessDp, shadow: Shadow? = this.shadow): LineComponent

Creates a new LineComponent based on this one.