disabled

@Composable
abstract fun disabled(disabled: Boolean?)

Set the component disabled state.


abstract val disabled: Boolean?

Determines if the component is disabled.