RoundedCornerRectangle

@Serializable
@SerialName(value = "rounded_corner_rectangle")
data class RoundedCornerRectangle(val radius: RadiusSchema) : ShapeSchema

Constructors

Link copied to clipboard
constructor(radius: RadiusSchema)

Properties

Link copied to clipboard
@SerialName(value = "radius")
val radius: RadiusSchema