WebTheme

data class WebTheme(brand: Brand) : Parcelable

Model representing a programmatically created theme object that can be provided to the Web UI to override the style provided by the current xml implementation of Theme.Sensibill.

Parameters

brand

The brand object representing themed values.

Constructors

WebTheme
Link copied to clipboard
fun WebTheme(brand: Brand)
The brand object representing themed values.

Properties

brand
Link copied to clipboard
val brand: Brand
The brand object representing themed values.