copy

open fun copy(fill: Fill = this.fill, shape: Shape = this.shape, margins: Insets = this.margins, strokeFill: Fill = this.strokeFill, strokeThickness: Dp = this.strokeThickness): ShapeComponent

Creates a new ShapeComponent based on this one.