DashThemeConfig

Configures appearance of Dash's UI elements.

Parameters

dayStyleRes

style resource to use when day mode is enabled.

nightStyleRes

style resource to use when night mode is enabled.

locationPuck

custom location puck configuration. This value takes precedence over the Theme.iconTheme.puck value.

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard

Defines configuration options available to be updated in the runtime. See Dash.applyUpdate.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val locationPuck: LocationPuck? = null
Link copied to clipboard

Functions

Link copied to clipboard
fun <T, B : DashConfigBuilder<T, B>> DashConfigBase<T, B>.copy(func: B.() -> Unit): T

Creates a copy of a given configuration instances with options mutated by the provided function.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toBuilder(): DashThemeConfig.Builder

Returns a new Builder instance with copied elements of this configuration.

Link copied to clipboard
open override fun toString(): String