disabledStyle

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

Sets disabledStyle using the creation using a StateStyleDSL The StateStyleDSL will be preconfigured with the layout of the previous disabledStyle or defaultStyle if null

Parameters

dsl

configures the StateStyle for disabledStyle. Will be preconfigured with the last known disabledStyle of defaultStyle if null


abstract var disabledStyle: StateStyle?

the StateStyle that the button is in when disabled. If null defaultStyle will be used