ThemeResourceDrawable

data class ThemeResourceDrawable @JvmOverloads constructor(val lightThemeResId: Int, val darkThemeResId: Int = lightThemeResId) : SeslThemeResourceDrawable.ResourceDrawable(source)

Constructors

Link copied to clipboard
constructor(lightThemeResId: Int, darkThemeResId: Int = lightThemeResId)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun getDrawable(context: Context): Int