🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

VectorPainter

Painter implementation that abstracts the drawing of a Vector graphic.

Source set: Common
public class VectorPainter internal constructor(root: GroupComponent = GroupComponent()) :
    Painter()

Painter implementation that abstracts the drawing of a Vector graphic. This can be represented by either a ImageVector or a programmatic composition of a vector

Properties

intrinsicSize

Source set: Common
public override val intrinsicSize: Size