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.

Summary

Public functions

open T
<T : Any?> getOrDefault(property: VectorProperty<T>, defaultValue: T)
Cmn

Public functions

getOrDefault

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