IconFilterStrategy

enum IconFilterStrategy : Enum<IconFilterStrategy>

Enumerates available icon filter strategies.

Author

Kirill Grouchnikov

Entries

Link copied to clipboard

The icon is themed based on the color scheme that matches the current component state.

Link copied to clipboard

The icon is themed based on the current text color.

Link copied to clipboard

The icon is always painted in its original appearance.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int