buildTheme

abstract fun buildTheme(): Theme

This is where the magic happens. Your theme builder must implement this abstract method.

Creates a Theme using Glok's Theme DSL (domain specific language). See Tantalum for an example. There is also a simpler example in the glok-demos subproject in the file DemoCombineThemes.kt.