Theme

final case class Theme(animation: Animation, button: Button, buttonGroup: BaseAndCustom, card: Card, transition: Transition, modal: Modal, progressBar: ProgressBar, fileInput: FileInput)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def customize(animation: Animation => Animation, button: Button => Button, buttonGroup: BaseAndCustom => BaseAndCustom, card: Card => Card, transition: Transition => Transition, modal: Modal => Modal, progressBar: ProgressBar => ProgressBar, fileInput: FileInput => FileInput): Theme

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product