Vector Image Property
data class VectorImageProperty(val size: DpSize, val imageVector: ImageVector?, val color: Color, val alignment: Alignment, val contentScale: ContentScale, val alpha: Float, val colorFilter: ColorFilter?) : Property
Represents the properties of a vector image used in a drawable element. This class defines various attributes such as size, alignment, and color properties.
Constructors
Link copied to clipboard
constructor(size: DpSize, imageVector: ImageVector?, color: Color, alignment: Alignment, contentScale: ContentScale, alpha: Float, colorFilter: ColorFilter?)