Interface

VectorConfig

Holds a set of values that overwrite the original property values of an ImageVector.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
@JvmDefaultWithCompatibility
interface VectorConfig

Holds a set of values that overwrite the original property values of an ImageVector. This allows you to dynamically change any of the property values provided as VectorProperty. This can be passed to RenderVectorGroup to alter some property values when the VectorGroup is rendered.

Functions

getOrDefault

fun <T> getOrDefault(property: VectorProperty<T>, defaultValue: T): T