RasterPainter
A single raster painter that remains constant regardless of theme state.
This implementation displays the same painter in both light and dark themes. Use this when you want the raster icon to remain unchanged during theme transitions.
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.