IntUiDropdownIcons

@Immutable
data class IntUiDropdownIcons(val chevronDown: StatefulPainterProvider<DropdownState>) : DropdownIcons

Constructors

Link copied to clipboard
constructor(chevronDown: StatefulPainterProvider<DropdownState>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val chevronDown: StatefulPainterProvider<DropdownState>