Vector

value class Vector(val imageVector: ImageVector) : ThemeSwitchIcon

A single vector icon that remains constant regardless of theme state.

This implementation displays the same imageVector in both light and dark themes. Use this when you want the icon to remain unchanged during theme transitions.

Constructors

Link copied to clipboard
constructor(imageVector: ImageVector)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun Icon(state: ThemeAnimationState, tint: Color, modifier: Modifier, contentDescription: String?)

Renders the icon based on the current theme state.