Style Builder
abstract class StyleBuilder<out B : StyleBuilder<B, A>, out A : StyleApplier<*, *>> @JvmOverloads() constructor(applier: A?, name: String)
Content copied to clipboard
This class is meant to be implemented by classes generated by the framework exclusively
Constructors
StyleBuilder
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Functions
Inheritors
ExtendableStyleBuilder
Link copied to clipboard