DottedShape

data class DottedShape(val step: Dp) : Shape

Constructors

Link copied to clipboard
constructor(step: Dp)

Properties

Link copied to clipboard
val step: Dp

Functions

Link copied to clipboard
open override fun createOutline(size: Size, layoutDirection: LayoutDirection, density: Density): Outline.Generic