CreateThemeData

Represents all of the information that is required to create a theme.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the theme.

Link copied to clipboard

Describes the properties that can be overriden to customize an instance of the theme.

Link copied to clipboard

One or more key-value pairs to use when tagging the theme data.

Link copied to clipboard

A list of key-value pairs that defines the properties of the theme.

Functions

Link copied to clipboard
inline fun copy(block: CreateThemeData.Builder.() -> Unit = {}): CreateThemeData
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 toString(): String