FillPaint

data class FillPaint(var color: StyleValue<Color> = StyleValue.Constant(Color.Red), var pattern: StyleValue<String>? = null, var opacity: StyleValue<Double> = StyleValue.Constant(1.0)) : Paint

Constructors

Link copied to clipboard
constructor(color: StyleValue<Color> = StyleValue.Constant(Color.Red), pattern: StyleValue<String>? = null, opacity: StyleValue<Double> = StyleValue.Constant(1.0))

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard