defaultStyle

abstract fun defaultStyle(dsl: StateStyleDSL.() -> Unit)

Sets defaultStyle using the creation using a StateStyleDSL The StateStyleDSL will be preconfigured with the layout of the previous defaultStyle

Parameters

dsl

configures the StateStyle for defaultStyle. Will be preconfigured with the last known defaultStyle


abstract var defaultStyle: StateStyle

the StateStyle that the button is in by default