IntUiLazyTreeIcons

@Immutable
data class IntUiLazyTreeIcons(val nodeChevron: String = "icons/intui/chevronRight.svg") : LazyTreeIcons

Constructors

Link copied to clipboard
constructor(nodeChevron: String = "icons/intui/chevronRight.svg")

Properties

Link copied to clipboard
open override val nodeChevron: String

Functions

Link copied to clipboard
open fun nodeChevronPainter(resourceLoader: ResourceLoader): Painter