Update

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

Constructors

Link copied to clipboard
constructor(config: DashThemeConfig)

Properties

Link copied to clipboard

Style resource to use when day mode is enabled.

Link copied to clipboard
var locationPuck: LocationPuck?

Defines a custom look of the location puck. When null the Theme.iconTheme.puck is used.

Link copied to clipboard

Style resource to use when night mode is enabled.

Functions

Link copied to clipboard
open override fun applyUpdateTo(config: DashThemeConfig): DashThemeConfig

Create base config class with the update applied.