DashedShape

constructor(shape: Shape = Shape.Rectangle, dashLength: Dp = Defaults.DASHED_SHAPE_DASH_LENGTH.dp, gapLength: Dp = Defaults.DASHED_SHAPE_GAP_LENGTH.dp, fitStrategy: DashedShape.FitStrategy = FitStrategy.Resize)