CirclePaint

data class CirclePaint(var radius: StyleValue<Double> = StyleValue.Constant(6.0), var sortKey: StyleValue<Double>? = null) : Paint

Constructors

Link copied to clipboard
constructor(radius: StyleValue<Double> = StyleValue.Constant(6.0), sortKey: StyleValue<Double>? = null)

Properties

Link copied to clipboard
Link copied to clipboard