CommonPainterHintsProvider

The default PainterHintsProvider to load dark theme icon variants. It will provide the Dark hint when org.jetbrains.jewel.LocalIsDarkTheme is true.

Functions

Link copied to clipboard
@Composable
open override fun hints(path: String): List<PainterHint>

These hints will be consumed after the hints which are passed as a parameter to PainterProvider.getPainter.

Link copied to clipboard
@Composable
open fun priorityHints(path: String): List<PainterHint>

These hints will be consumed before the hints which are passed as a parameter to PainterProvider.getPainter.