LazyTheme

Represents the theme that is determined to be lazy. This theme type allows for dynamic theme resolution through a resolver.

Constructors

Link copied to clipboard
constructor(resolver: LazyTheme.Resolver)

Types

Link copied to clipboard
fun interface Resolver

Interface for resolving the theme at runtime

Properties

Link copied to clipboard
open override val key: String

The key value for lazy theme resolution

Functions

Link copied to clipboard
open override fun getResolvedTheme(): ResolvedTheme

Returns the resolved theme by calling the resolver